@php /** @var bool $isPdf */ $isPdf = $isPdf ?? false; @endphp @if($isPdf) {{-- ========== PDF MODE (mpdf साठी) ========== --}}
|
{{-- Total Invoices --}}
|
{{-- Total Payable --}}
|
||||||
|
{{-- Total Remaining --}}
|
{{-- Overdue Containers --}}
|
| Sr. | Container No | Container Date | Total Mark Nos | Total Customers | Total Invoices | Invoice Amount (Before GST) |
GST Amount | Payable Amount (Incl. GST) |
Paid Amount | Remaining Amount | Container Status |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $r->container_number }} | {{ $r->container_date ? \Carbon\Carbon::parse($r->container_date)->format('d-m-Y') : '-' }} | {{ $r->total_mark_nos }} | {{ $r->total_customers }} | {{ $r->total_invoices }} | ₹{{ number_format($r->total_invoice_amount, 2) }} | ₹{{ number_format($r->total_gst_amount, 2) }} | ₹{{ number_format($r->total_payable, 2) }} | ₹{{ number_format($r->total_paid, 2) }} | ₹{{ number_format($r->total_remaining, 2) }} | |
No Container Reports FoundNo containers with invoices found. |
|||||||||||
| # | Container No | Container Date | Total Mark Nos | Total Customers | Total Invoices | Invoice Amount (Before GST) |
GST Amount | Payable Amount (Incl. GST) |
Paid Amount | Remaining Amount | Container Status |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $r->container_number }} | {{ $r->container_date ? \Carbon\Carbon::parse($r->container_date)->format('d-m-Y') : '-' }} | {{ $r->total_mark_nos }} | {{ $r->total_customers }} | {{ $r->total_invoices }} | ₹{{ number_format($r->total_invoice_amount, 2) }} | ₹{{ number_format($r->total_gst_amount, 2) }} | ₹{{ number_format($r->total_payable, 2) }} | ₹{{ number_format($r->total_paid, 2) }} | ₹{{ number_format($r->total_remaining, 2) }} | |
No Container Reports FoundNo containers with invoices found. |
|||||||||||