@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(session()->has('message')) @endif
@csrf
@error('payment_date') {{ $message }} @enderror
@error('payment_method') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@if(($tenant_info->status) && ($tenant_info->balance > 0)) @else @endif
@else
@csrf

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