@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
@if(isset($popups)) @if(count($popups) > 0) @foreach($popups as $tenant)
@if(session('tenant_id') != $tenant->tenant_id) @endif @if(count($popups) == 1) @endif {{$tenant->unique_id}}
@endforeach @endif @endif
{{--
@if(isset($popups)) @if(count($popups) > 0) @foreach($popups as $tenant) @endforeach @endif @endif
--}}
@if (!empty($tenant_info))
@if(session()->has('message')) @endif @if(session()->has('error')) @endif
@if($tenant_info->status == true) Status: Active @else Status: Inactive @endif @if($tenant_info->rental_status != 'Expired') Edit @endif
{{$user->unique_id}}
{{$user->username}}
{{$tenant_info->first_name}}
{{$tenant_info->last_name}}
{{$tenant_info->address}}
{{$tenant_info->property_unit}}
{{$user->city}}
{{$user->state}}
{{$user->zipcode}}
{{$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
@else
@csrf

@endif
@include('landlord_layouts.footer')
@include('landlord_layouts.script')