@extends('layouts.back-end.app') @section('title', translate('POS')) @push('css_or_js') @endpush @section('content')
{{ translate('product_Section') }}
@foreach($products as $product) @include('admin-views.pos.index_edit_partials._single-product',['product'=>$product]) @endforeach
{!!$products->withQueryString()->links()!!}
{{ translate('billing_Section') }}
{{--
--}} {{-- --}} {{--
--}}