@include('admin_layout.header')
| Id | Landlord Name | Landlord Username | Tenant Name | Tenant Account No. | Tenant Email | Property | Address | Unit |
|---|---|---|---|---|---|---|---|---|
| {{$user->landlord_id}} | {{$user->first_name.' '.$user->last_name}} | {{$user->landlord}} | {{$user->tfirst.' '.$user->tlast}} | {{$user->unique_id}} | {{$user->email}} | {{$user->property_name}} | {{$user->address}} | {{$user->property_unit}} |