@if($index == 0)
| {{ $sale->customer->name ?? '' }} |
{{ number_format($sale->total ?? 0) }} |
{{ number_format($sale->paid ?? 0) }} |
{{ $sale->user->name ?? 0 }} |
{{ $sale->sale_date ?? '----' }} |
{{ $sale->receipt ?? '----' }} |
@endif
{{$items->product->product_name}} |
{{$items->quantity}} {{$items->punit->unit->symbol}} |
{{$items->quantity_remaining}} {{$items->punit->unit->symbol}} |
@endforeach
@endforeach