@php $homeDocumentsName = isset($homename->name) ? $homename->name : 'Home'; @endphp
@include('partials.breadcrumbs')
@include('layouts.crmnov')

Documents

Home Documents for {{ $homeDocumentsName }}

Browse and manage documents associated with this home.
@if($role == 'admin' || (((isset($perm['home'][$homeId]) && ($perm['home'][$homeId]==1)) || ($perm['home']['bulk']==1)) && $role!='visitor'))
Upload Document
@endif
@forelse($documents as $document) @empty @endforelse
Select Category Document Name Date Action
{{ $documentCategory['name'] ?? '-' }} {{$document['title']}} {{date(config('choicescrm.date_format_forms'), strtotime($document['created_at']))}}
@if(!empty($document['document'])) @else - @endif @if($role == 'admin' || (((isset($perm['home'][$homeId]) && ($perm['home'][$homeId]==1)) || ($perm['home']['bulk']==1)) && $role!='visitor')) @endif
No documents found