@if($index == 0)
| {{ $creditor->supplier->name ?? 0 }} |
{{ number_format($creditor->total ?? 0) }} |
{{ number_format($creditor->paid ?? 0) }} |
{{ number_format($creditor->discount ?? 0) }} |
{{ number_format($creditor->total-$creditor->paid ?? 0) }} |
{{ $creditor->date ?? '----' }} |
@endif
{{$items->product->product_name}} |
{{$items->quantity}}{{$items->punit->unit->symbol}} |
{{$items->buying_price}} |
@endforeach
@endforeach