@extends('layouts.app') @section('content')

{{ __('Lease Verification') }}

*
*
@if($team != '') @else @endif
{{ $team->name }}
@if(!empty($company)) Brokered By: {{ $company->mgmt_name }} @endif
@if(!empty($company)){{ $company->mgmt_name }} @endif

{{ $agentInfo->name . ' ' . $agentInfo->last_name }}
{{ serformatephone($agentInfo->phone) }}
{{ serformatephone($agentInfo->fax) }}
{{ $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->prop_name ?? '' }}
{{ isset($property->prop_phone) ? serformatephone($property->prop_phone) : '' }}
{{ isset($property->prop_fax) ? serformatephone($property->prop_fax) : '' }}
{{ ucfirst($leadclient->fname) }} {{ ucfirst($leadclient->lname) }}
months
@if($leadclient->reg_po != '') @else @endif

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.


@endsection