@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 (!empty($tenant_info))
@if($tenant_info->rental_status != 'Expired') @endif
{{$tenant_info->unique_id}}
${{number_format($tenant_info->late_fee,2)}}
{{$tenant_info->grace_period_days}}
{{$tenant_info->number_of_security_deposit}}
${{number_format($tenant_info->total_security_deposit,2)}}
@if ($tenant_info->rent_due_date > 10) th of the month @else th of the month @endif
{{$tenant_info->secondary_first_name." ".$tenant_info->secondary_last_name}}
{{$tenant_info->pets}}
{{$tenant_info->storage}}
{{$tenant_info->parking}}
{{$tenant_info->notes}}
@else
@csrf

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