|
Legacy Claims Services 5184 Caldwell Mill Road, Suite 204-230, Birmingham, Alabama 35244 Email: claims@legacyclaimservices.com Phone: (800) 780-1699 |
| # | File # | Claim # | Appraiser | Insurance | Date Completed | Type | Description | Unit | Unit Price | Total | Paid |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $invloop }} | {{ $data->assignment->file_no }} | {{ $data->assignment->claim_number }} | {{ $data->appraiser->name ?? '' }} | {{ $data->assignment->insuranceCompany->company_name ?? '' }} | {{ $data->assignment->complete_date }} | {{ $data->type ?? '' }} | {{ $data->description }} | {{ $data->appraiser_unit }} | ${{ number_format($data->appraiser_amount, 2) }} | ${{ number_format($total, 2) }} | {{ $data->paid ? 'Yes' : 'No' }} |
| Totals for {{ $appraiserName }} | {{ $totalUnits }} | ${{ number_format($grandTotal, 2) }} | |||||||||