@if($team != '')
{{$team->name}} @if(!empty($company)) Brokered By: {{$company->mgmt_name}} @endif
|
@else
|
@if(!empty($company)){{$company->mgmt_name}} @endif |
@endif
| Agent Name: |
{{ $agentInfo->name.' '. $agentInfo->last_name }} |
| Agent Contact: |
{{ serformatephone($agentInfo->phone) }} |
| Agent Fax: |
{{ serformatephone($agentInfo->fax) }} |
| Agent Email: |
{{ $agentInfo->email }} |
|
Lease Verification - NOT AN INVOICE
|
Authorized Representative:
Please verify the following lease information for the client we have referred to you. Thank you so much for taking great care of my client!
|
| Property Name: |
{{ $property->prop_name ?? '' }} |
| Property Phone: |
{{ isset($property->prop_phone) ? serformatephone($property->prop_phone) : '' }} |
| Property Fax: |
{{ isset($property->prop_fax) ? serformatephone($property->prop_fax) : '' }} |
|
| Client Name: |
{{ ucfirst($client_name) }} |
| Apartment #: |
[[apt_unit]] |
| Length of Lease: |
[[lease_term]] months |
| Lease Start Date: |
[[start_date]] |
|
| Registration #/PO #: |
[[reg_po]] |
|
| Rent Amount: |
$[[rent_amount]] |
| Commission: |
[[commission]] [[commision_unit]]
|
| Total: |
$[[total]] |
|
|
|
By signing below the property agrees to the following:
1. "@if(!empty($company)){{$company->mgmt_name}} @endif" and/or {{ $agentInfo->name.' '. $agentInfo->last_name }} was listed on the guest card and application.
2. The information above is correct, and a commission will be earned upon client move in.
3. To sign this document electronically.
|
| [[signer_signs_here]] |
@if($reg_po == 'yes' || $apt_unit == '' || $lease_term == '' || $start_date == '' || $rent_amount == '' || $commision == '' || $commision_unit == '' || $total == '' || $rent_amount == 0 || $commision == 0 || $total == 0)
|
[[cc]] |
@else
|
@endif
|
Autorized Representative
|
@if($reg_po == 'yes' || $apt_unit == '' || $lease_term == '' || $start_date == '' || $rent_amount == '' || $commision == '' || $commision_unit == '' || $total == '' || $rent_amount == 0 || $commision == 0 || $total == 0)
|
Spirit Representative
|
@else
|
@endif
|