@if (count($data['product_list']) > 0) @php $product_list = $data['product_list']; $cart_array = $data['cart_array']; @endphp @foreach ($product_list as $prolist)
{{ $prolist->brands->brand_name }}
{{ $prolist->product_name_en }}
QAR @if ($prolist->offer_datas) @php $offer_details = $prolist->offer_datas; $offer_price = $offer_details['product_offer_amount']; $offer_percentage = $offer_details['product_offer_percentage']; @endphp {{ $prolist->product_price }} {{ number_format($offer_price, 2, '.', '') }} @else {{ $prolist->product_price }} @endif
@endforeach @else

" No Products Found "

@endif