@if($admstore->reference_code == 1)
@php $prod = App\Models\Product::findOrFail($prod->id); @endphp
{{$prod->ref_code}}
@endif
@if(!empty($prod->features))
@foreach($prod->features as $key => $data1)
{{ $prod->features[$key] }}
@endforeach
@endif
 ? $prod->thumbnail :
asset('storage/images/thumbnails/'.$prod->thumbnail)}})
@if($gs->is_rating == 1)
@endif
@if($gs->is_cart)