@extends('layouts.back-end.app') @section('title', \App\CPU\translate('POS')) @section('content') {{\App\CPU\translate('Product_Section')}} {{\App\CPU\translate('All Categories')}} @foreach ($categories as $item) id?'selected':''}}>{{$item->name}} @endforeach @foreach($products as $product) @include('admin-views.pos._single_product',['product'=>$product]) @endforeach {!!$products->withQueryString()->links()!!} {{\App\CPU\translate('Billing_Section')}} {{\App\CPU\translate('walking_customer')}} {{ \App\CPU\translate('customer')}} {{\App\CPU\translate('current_customer')}} : {{ \App\CPU\translate('clear_cart')}} {{ \App\CPU\translate('new_order')}} @include('admin-views.pos._cart',['cart_id'=>$cart_id])