@php $getCartData = WebHelper::getCartData(); @endphp
{{WebHelper::getEstablishmentsDefault()['business_name']}}
@if(WebHelper::isCustomerLogin())
{{ WebHelper::getLoginCustomerDetail()['first_name'] }}
@else
Sign in
@endif
@if(count($getCartData)) {{ $getCartData['total']['item_count'] }} @endif
@if(!empty($getCartData) && count($getCartData['items']))
{{__('lbl.yourorder')}}
@if($getCartData['items']) @foreach($getCartData['items'] as $itemData)
@for($i = 1; $i<=10; $i++)
{{$i}}
@endfor
{{ $itemData['product_name'] }}
{{storecurrencyshop().number_format($itemData['row_total'],2) }}