@if($role=='User')

Next Month Due

{{$monthdue}}

Amount Due Rent

{{$rentdue}}

Amount Due Bills

{{$waterdue}}

Total Income Collected

{{$totalincomecollected}}

@else

Total Tenants Fully Paid

{{$fullypaid}}

Tenants Due Rent

{{$rentdue}}

Tenants Due Bills

{{$waterdue}}

Current Income

{{$totalincomecollected}}

@endif
@for($i=0;$i @for($j=0;$jid==$payments[$i]->tenant_id) @endif @endfor @endfor
Tenants Name House # Apartment Rent Rent status Water Water status Month Date Joined Actions
{{$tenantslist[$j]->full_name}} {{$tenantslist[$j]->house_no}} {{$tenantslist[$j]->apartment}}{{$payments[$i]->rent_amount}} @if ($payments[$i]->rent_status=="Paid") @elseif ($payments[$i]->rent_status=="Due") @else @endif {{$payments[$i]->water_amount}} @if ($payments[$i]->water_status=="Paid") @elseif ($payments[$i]->water_status=="Due") @else @endif {{$payments[$i]->month}} {{$payments[$i]->date_created}}
@csrf