{{-- Serial Number --}}
|
{{ $index + 1 }}
|
{{-- Product Name --}}
{{ $item->product_name }}
|
{{-- Product Code --}}
{{ $item->product_code }}
|
{{-- Quantity --}}
{{ $item->quantity }}
|
{{-- Selling Price --}}
{{ number_format($item->selling_price) }}
|
@endforeach
{{-- Summary Row --}}