|
Legacy Claims Services 5184 Caldwell Mill Road, Suite 204-230, Birmingham, Alabama 35244 Email: claims@legacyclaimservices.com Phone: (800) 780-1699 |
| # | File# | Invoice # | Owner Name | Office | Insurance | Bulk Paying? | Claim # | Policy # | Invoice Date | Total | Tax | Amount Paid | Balance |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $invloop }} | {{ $inv->file_no }} | {{ $inv->invoiceno }} | {{ $ownerName }} | {{ $inv->officename }} | {{ $inv->insurancecompanyname }} | {{ $inv->paying_type == 'single' ? 'NO' : 'YES' }} | {{ $inv->claim_number }} | {{ $inv->policy_number }} | {{ \Carbon\Carbon::parse($inv->gen_date)->format('m-d-Y') }} | ${{ number_format($inv->finaltotal, 2) }} | ${{ number_format($taxAmount, 2) }} | ${{ number_format($inv->amount_paid, 2) }} | ${{ number_format($balance, 2) }} |
| # | File# | Invoice # | Owner Name | Office | Insurance | Bulk Paying? | Claim # | Policy # | Invoice Date | Total | Tax | Amount Paid | Balance |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Total : | ${{ number_format($totalinvoiceAmount, 2) }} | ${{ number_format($totalTaxAmount, 2) }} | ${{ number_format($totalpaidAmount, 2) }} | ${{ number_format(($totalinvoiceAmount + $totalTaxAmount) - $totalpaidAmount, 2) }} | |||||||||