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