{{-- Keep this markup identical to what you normally render in @include('pos.product') --}}
@foreach($products as $p)
{{-- Thumbnail optional --}} {{-- --}}
{{ $p->name }}
Code: {{ $p->product_code }}
৳ {{ number_format($p->sale_price, 2) }}
@endforeach