@extends($theme.'.layouts.admin')
@section('content')
 {{$variant->group_variant_name }}
                            {{ $product->main_category_name }}
                        
                        
                            {{ $product->name_en }}
                        
 
                     
                        
                        
                        
                        
                                                                 @foreach($product->group_variants as $variant)
                                                                    @endforeach
                                @if($count == 1)
                                    @foreach($product->group_variants as $variant)
                                        
MRP :
                            @lang('messages.Rs') {{$product->price}}
                            
                                Offer Price :
                            @lang('messages.Rs') {{ $total_price }}
                        @else
                            @lang('messages.Rs') {{ $product->price }}
                        @endif
                                
                        @php
                            $quantity = 0;
                            $product_id = $product->id;
                        @endphp
                        @if(!empty($cart_list))
                            @foreach($cart_list as $cart)
                                @if($cart['id'] == $product_id)
                                    @php $quantity = $cart['qty']; @endphp
                                @endif
                            @endforeach
                        @endif
                        @if($quantity > 0)
                            @php $style =""; $cart_style ="display:none"; @endphp
                        @else
                            @php $style ="display:none"; $cart_style ="border-radius: 100px !important;"; @endphp
                        @endif
 
                        Generic Products – Not School Specific See All