{{translate('food_section')}}
@if(!$products->isEmpty())
@endif
@foreach ($products as $product)
@else
@include('admin-views.pos._single_product', [
'product' => $product,
'restaurant_data ' => $restaurant_data,
])
@endforeach
}})
{{translate('messages.food_search_text_pos')}}
{{translate('messages.billing_section')}}
@include('admin-views.pos._cart', ['restaurant_data ' => $restaurant_data])