{{\App\Utils\translate('Product_Section')}}
@foreach($products as $product) @include('admin-views.pos._single_product',['product'=>$product]) @endforeach
@if(count($products)==0)
{{\App\Utils\translate('Image Description')}}

{{ \App\Utils\translate('No_data_to_show')}}

@endif
{!!$products->withQueryString()->links()!!}
@php($customers = \App\Models\Customer::get())
  {{\App\Utils\translate('Billing_Section')}}
@include('admin-views.pos._cart',['cart_id'=>$cartId])
@php($order=\App\Models\Order::find(session('last_order'))) @if($order) @php(session(['last_order'=> false])) @endif