@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
Dashboard / / Edit

Close
@if(session()->has('error')) @endif
@if(count($docs) > 0) @foreach($docs as $doc) @endforeach @endif
Name Description Date Size Shared Action
{{$doc->document}} {{$doc->desc}} {{date("m/d/Y", strtotime($doc->date))}} {{$doc->size}}
share == true ? 'checked' : '' }}>
@include('landlord_layouts.footer')
@include('landlord_layouts.script')