{{-- Knowing others is intelligence; knowing yourself is true wisdom. --}}
{{-- --}} @if (auth()->user()->can('download-documents') || auth()->user()->can('delete-documents')) @endif @forelse ($documents as $document) {{-- --}} @if (auth()->user()->can('download-documents') || auth()->user()->can('delete-documents')) @endif @empty @endforelse
# Document Category Created Actions
{{ $loop->iteration }} {{ $document->document_category_id }}
{{ $document->document_category_id }}
{{ $document->document_category_id }} {{ $document->createdBy->name }}
{{ $document->created_at }}
@can('download-documents') @endcan @can('delete-documents')
@endcan
No documents found.