| {{ $purchase->purchase_date->format(app_date_format()) }} |
{{ $purchase->branch->branch_name ?? '' }} |
@if($purchase->is_estimate == 'yes') Estimate @else Invoice @endif |
{{ $purchase->invoice_count }} |
{{ number_format($purchase->total_grand_total,2) }} |
@empty