@if(count($invoices) > 0)
| {{ $title }} | ||||
| Invoice Request Title | Project Name | Client | Invoice Date | Total Amount |
|---|---|---|---|---|
| {{ $invoiceRequest->description }} | {{ $invoiceRequest->project_name }} | {{ $invoiceRequest->company->name }} | {{ date(config('custom.formats.sort_date'), strtotime($invoiceRequest->due_date)) }} | {{ $franchiseCurrency }} {{ number_format($invoiceRequest->sub_total_amount_converted, 2) }} |