@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))
Dashboard
/
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@csrf
Account number
Received From
Amount
Late Fee
From
@error('from_date')
{{ $message }}
@enderror
To
@error('to_date')
{{ $message }}
@enderror
Rental Period
Payment Date
@error('payment_date')
{{ $message }}
@enderror
Payment Method
Select Payment Method
Cash
Check
Electronic
Other
@error('payment_method')
{{ $message }}
@enderror
Description
@error('description')
{{ $message }}
@enderror
@if(($tenant_info->status) && ($tenant_info->balance > 0))
Save
@else
Save
@endif
@else
@csrf
Click here to search tenants
@endif
@include('landlord_layouts.footer')
@include('landlord_layouts.script')