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