@if (!empty($tenant_info))
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
{{$user->unique_id}}
{{$user->username}}
{{$tenant_info->first_name}}
{{$tenant_info->last_name}}
{{$tenant_info->address}}
{{$tenant_info->property_unit}}
{{$tenant_info->phone}}
{{$tenant_info->email}}
{{date_format($tenant_info->created_at,"m/d/Y")}}
@if($tenant_info->lease_start_date){{ date('m/d/Y', strtotime($tenant_info->lease_start_date))}} @endif
@if($tenant_info->lease_end_date){{date('m/d/Y', strtotime($tenant_info->lease_end_date))}} @endif
@if($tenant_info->next_payment_due_date){{date('m/d/Y', strtotime($tenant_info->next_payment_due_date))}} @endif
${{number_format($tenant_info->rental_amount, 2)}}
{{$tenant_info->account_status}}
@if($tenant_info->late_fee_owed)
${{ number_format($tenant_info->late_fee_owed, 2) }}
@else
$0.00
@endif
{{$tenant_info->rental_status}}
{{$tenant_info->lease_type}}
${{number_format($tenant_info->balance,2)}}
@if($tenant_info->image)
@else
@endif
@endif