@php $getCartData = WebHelper::getCartData(); @endphp
{{WebHelper::getEstablishmentsDefault()['business_name']}}
@if($errors->any())
{!!$errors->first()!!}
@endif
{{WebHelper::getEstablishmentsDefault()['business_name']}}
@if(WebHelper::isCustomerLogin())
{{ WebHelper::getLoginCustomerDetail()['first_name'] }}
@else
@endif
@if(count($getCartData)) {{ $getCartData['total']['item_count'] }} @endif
@if(!empty($getCartData) && count($getCartData['items']))
Your order
@if($getCartData['items']) @foreach($getCartData['items'] as $itemData)
@for($i = 1; $i<=10; $i++)
{{$i}}
@endfor
{{ $itemData['product_name'] }}
{{storecurrencyshop().$itemData['row_total'] }}