@extends('layouts.back-end.app-seller') @section('title', \App\CPU\translate('POS')) @section('content')
{{\App\CPU\translate('Product_Section')}}
@foreach($products as $product) @include('seller-views.pos._single_product',['product'=>$product]) @endforeach
{!!$products->withQueryString()->links()!!}
{{\App\CPU\translate('Billing_Section')}}
@include('seller-views.pos._cart',['cart_id'=>$cart_id])
@php($order=\App\Model\Order::find(session('last_order'))) @if($order) @php(session(['last_order'=> false])) @endif @endsection @push('script_2')