{{-- Header --}}
All Files {{ $fileCounter }} Files

Find all files on this page and its respective details.

mdo
{{-- Table content --}}
{{-- Filter Modal --}} {{-- Table --}}
@forelse($files as $file) @empty @endforelse
{{ucfirst('#')}} {{ucfirst('Name')}} {{ucfirst('Exported Date')}} {{ucfirst('Download')}}
{{ $loop->iteration }} @php if ($file->file_extension == 'pdf') { $logo = ''; } elseif (in_array($file->file_extension, ['doc', 'docx'])) { $logo = ''; } elseif (in_array($file->file_extension, ['xls', 'xlsx', 'csv'])) { $logo = ''; } else { $logo = ''; } @endphp {!! $logo !!} {{-- --}} {{ $file->file_title }}.{{ $file->file_extension }} {{-- --}} {{ $file->created_at }}
No File Found
{{ $files->links() }}