| {{$sl }}.{{ $loop->iteration }} |
@if($is_init)
{{ cdate($purchase->date) }} |
{{ $purchase->getParty->name ?? '' }} |
@endif
{{ $tr->description ?? '' }} |
{{ $tr->qty ?? '' }} |
{{ $tr->rate ?? '' }} |
{{ $tr->total ?? '' }} |
@if($is_init)
{{ $purchase->gross_total }} |
@php $is_init = false; @endphp
@endif
@endforeach
@endforeach