@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
@if(count($tenants) > 0) @foreach($tenants as $t) @endforeach @endif
Tenant Phone Email
{{$t->first_name}} {{$t->last_name}} {{$t->phone}} {{$t->email}}
@include('landlord_layouts.footer')
@include('landlord_layouts.script')