| {{ $loop->index + 1 }} |
{{ $purchase->invoiceNumber }} |
{{ $purchase->party?->name }} |
{{ currency_format($purchase->totalAmount, currency: business_currency()) }} |
{{ currency_format($purchase->discountAmount, currency: business_currency()) }} |
{{ currency_format($purchase->paidAmount, currency: business_currency()) }} |
{{ currency_format($purchase->dueAmount, currency: business_currency()) }} |
{{ $purchase->payment_type_id != null ? $purchase->payment_type->name ?? '' : $purchase->paymentType }} |
{{ formatted_date($purchase->purchaseDate) }} |
@endforeach