@if ($role == 'User') @endif
@csrf
@if ($userdetails[0]->inpremise_status == 'On Notice')
@else
@endif

In Premise Status {{ $userdetails[0]->inpremise_status }}

Phone {{ $userdetails[0]->phone }}

Mail {{ $userdetails[0]->email }}

Apartment {{ $userdetails[0]->apartment }}

House No {{ $userdetails[0]->house_name }}

Rent Paid {{ $userdetails[0]->rent }}

Role {{ $userdetails[0]->role }}

Date Joined {{ $userdetails[0]->date_registered }}

{{ $userdetails[0]->full_name }}

@if (count($depositlist) > 0) @if ($depositlist[0]->depositstatus == 'Paid')

Available deposit is: {{ $depositlist[0]->depositamount }}

@elseif($depositlist[0]->depositstatus == 'Pending')
@csrf
@endif @else @endif
@if ($role == 'User') @if ($userdetails[0]->contract_uploaded == 'Done') @if ($userdetails[0]->signedcontract_uploaded == 'Done')
@else
@csrf
@endif @else

Ask your Agent to upload contract

@endif @else @if ($userdetails[0]->contract_uploaded == 'Done') @if ($userdetails[0]->signedcontract_uploaded == 'Done') @else @endif @else
@csrf
@endif @endif
@if ($role == 'User') @else
@if (count($paymentlist) > 0) @for ($i = 0; $i < count($paymentlist); $i++) @endfor @else

No record found

@endif
Rent Rent Status Water Water Status Date Updated
{{ $paymentlist[$i]->rent_amount }} {{ $paymentlist[$i]->rent_status }} {{ $paymentlist[$i]->water_amount }} {{ $paymentlist[$i]->water_status }} {{ $paymentlist[$i]->date_created }}
@endif