@php $getCartData = WebHelper::getCartData(); @endphp
{{WebHelper::getEstablishmentsDefault()['business_name']}}
@if(WebHelper::isCustomerLogin())
Welcome : {{ WebHelper::getLoginCustomerDetail()['first_name'] }}
@else
Sign in/Sign up
@endif
@if(isset($getCartData) && array_key_exists('items',$getCartData) && !empty($getCartData) && count($getCartData['items'])) {{ $getCartData['total']['item_count'] }} @else 0 @endif
@if($errors->any())
{!!$errors->first()!!}
@endif