@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
@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)
Sorry! No Data Found.
@else
{{ @$row->filename }} {{ now()->diffInDays($row->created_at) }} {{ _trans('landlord.days ago')}}

{{ @$row->size }} {{ _trans('landlord.kb')}}

@endempty @endforeach
@csrf
{{-- File Uplode --}}
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush