@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')}}

@forelse ($documents as $key => $row)
{{ @$row->filename }} {{ now()->diffInDays($row->created_at) }} {{ _trans('landlord.days ago')}}

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

{{ @$row->filename }} {{ now()->diffInDays($row->created_at) }} {{ _trans('landlord.days ago')}}

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

@empty Sorry! No Data Found. @endforelse
@csrf
{{-- File Uplode --}}
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush