Billing for File# {{ $assignment->file_no }}


@forelse($invoices as $index=>$invoice) @empty @endforelse
S.No Invoice # Invoice Amount Invoice Date Status Action
{{ $index + 1 }} {{ $invoice->invoiceno }} {{ $invoice->invoice_amount }} {{ date('d-m-Y H:i:s A', strtotime($invoice->invoice_date)) }} {{ $invoice->invoice_status }}
No assignment file found
{{ $invoices->links() }}