@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))
@foreach($history as $h) @endforeach
Account No. First name Last name Address Unit No. Rental Period From Rental Period To Payment Amount Payment Date
{{$h->unique_id}} {{$h->first_name}} {{$h->last_name}} {{$h->address}} {{$h->unit_id}} {{date('m/d/Y', strtotime($h->cov_from_date))}} {{date('m/d/Y', strtotime($h->cov_to_date))}} ${{number_format($h->total_amount,2)}} {{date('m/d/Y', strtotime($h->transaction_date))}}
@else
@csrf

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