| invoiceID, $invoices_selected) ? 'checked' : '' }}
class="checkbox checkbox-lg"> |
{{ $record->file_no }} |
{{ $record->invoiceno }}
@if( isset($record->bulk_payment_note) && $record->bulk_payment_note != '' )
{{ $record->bulk_payment_note }}
@endif
|
{{ $record->business_first_name }} {{ $record->business_last_name }} |
{{ $record->officename }} |
{{ $record->insurancecompanyname }} |
{{ $record->mark_paid == '1' ? 'YES' : 'NO' }}
|
{{ $record->claim_number }} |
{{ $record->policy_number }} |
{{ $record->gen_date ? \Carbon\Carbon::parse($record->gen_date)->format('m-d-Y') : '' }}
|
{{ $record->finaltotal !== null ? '$' . number_format($record->finaltotal, 2) : '' }}
|
{{ isset($taxAmount) ? '$' . number_format($taxAmount, 2) : '' }}
|
{{ '$' . number_format((float)$record->amount_paid, 2) }}
|
${{ number_format(((float)($invoiceRowAmount ?? 0)) - ((float)($record->amount_paid ?? 0)), 2) }}
|
|
@endforeach
@else