|
|
{{ $companyname }}
{{ $companystreet }}
|
|---|
| Date : {{ date('m/d/Y') }} |
|---|
| Owner Name : {{ get_owner_name($assignment) }} |
|
Address : {{ $assignment->business_street }} {{ $assignment->business_city }}, {{ $assignment->business_state }}({{ $assignment->business_postcode }}) |
| Insurance : {{ $assignment->insuranceCompany->company_name ?? '' }} |
|---|
| File #: {{ $assignment->file_no }} |
| Branch : {{ $assignment->insuranceCompany->branch ?? '' }} |
| Adjuster : {{ $assignment->adjuster->name ?? '' }} |
| Claim Number : {{ $assignment->claim_number }} |
| Policy Number : {{ $assignment->policy_number }} |
| Appt Date/Time : {{ date("M d Y h:i:s A",strtotime($assignment->appointment_date)) }} |
|---|
| Field Appraiser : {{ $assignment->appraiser->name ?? '' }} |
| Appraiser Phone : {{ $assignment->appraiser->phone ?? '' }} |
| Assignment Priority : @if($assignment->assignment_priority == '1') Normal @elseif($assignment->assignment_priority == '2') Rush @elseif($assignment->assignment_priority == '3') Super Rush @endif |
|
We have been contacted by the insurance company listed to process a claim for you. We are experiencing a high volume of claims from the recent storm/storms in the area. The appraiser listed below should be in contact with you in the next week to 10 days for scheduling an inspection appointment. We appreciate your patience. Thank you, We need to communicate with you to meet with you to make an estimate of part of the composition insurance. Please have someone call the number below who can speak English to fix an appointment. Thank you, |
|---|