Total Due
৳ {{ number_format($totalDue, 2) }}| Period | Status | Net | Due |
|---|---|---|---|
|
{{ \Carbon\Carbon::create()->month($invoice->month)->format('F') }} {{ $invoice->year }} {{ $invoice->invoice_no }} |
|
৳ {{ number_format($invoice->net_amount, 2) }} | ৳ {{ number_format($invoice->due_amount, 2) }} |
| Period | Status | Net | Paid |
|---|---|---|---|
|
{{ \Carbon\Carbon::create()->month($invoice->month)->format('F') }} {{ $invoice->year }} {{ $invoice->invoice_no }} |
|
৳ {{ number_format($invoice->net_amount, 2) }} | ৳ {{ number_format($invoice->total_paid, 2) }} |