@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
@if(isset($popups)) @if(count($popups) > 0) @foreach($popups as $tenant)
@if(session('tenant_id') != $tenant->tenant_id) @endif @if(count($popups) == 1) @endif {{$tenant->unique_id}}
@endforeach @endif @endif
@if(session()->has('message')) @endif @if(Session::has('tenant_id'))
@if(count($docs) > 0) @foreach($docs as $doc) @endforeach @endif
Name Description Date Size Shared
{{$doc->document}} {{$doc->desc}} {{date("m/d/Y", strtotime($doc->date))}} {{$doc->size}} @if($doc->share == '1') {{'Yes'}} @else {{"No"}} @endif
@if($tenant_info->status == 0) @else @endif
@else
@csrf

@endif
@include('landlord_layouts.footer')
@include('landlord_layouts.script')