@include('backend.partials.user_profile-menu')
@include('backend.partials.profile_nav')
@include('backend.partials.user_profile-menu')
@include('backend.partials.profile_nav')
{{ _trans('landlord.File Attachment')}}
@foreach ($documents as $key => $row)
@empty($row->filename && $row->size)
@endempty
@endforeach
Sorry! No Data Found.
@else
{{ @$row->filename }}
{{ now()->diffInDays($row->created_at) }} {{ _trans('landlord.days ago')}}
{{ @$row->size }} {{ _trans('landlord.kb')}}