Tenants

Total Tenants

{{count($tenantslist)}}

Tenants On Notice

{{$onnotice}}

Tenants Due Rent

{{count($paymentslist['rentdue'])}}

Tenants Due Bills

{{count($paymentslist['waterdue'])}}

Current Income

{{$paymentslist['totalincomecollected']}}

@for($i=0;$i @endfor
Tenants # House # Apartment Name Rent Next Month's Status Deposit Payment Status Date Joined Actions
{{$tenantslist[$i]->id}} {{$tenantslist[$i]->house_name}} {{$tenantslist[$i]->apartment}} {{$tenantslist[$i]->full_name}} {{$tenantslist[$i]->rent}} @if ($tenantslist[$i]->inpremise_status=="Active") @elseif ($tenantslist[$i]->inpremise_status=="On Notice") @else @endif @if ($tenantslist[$i]->depositstatus=="Paid") @elseif ($tenantslist[$i]->depositstatus=="Pending") @else @endif {{$tenantslist[$i]->date_registered}}
@csrf