@foreach($files as $file)
@include('components.file-card', ['file' => $file])
@endforeach
Showing {{ $files->firstItem() }} to {{ $files->lastItem() }} of {{ $files->total() }} files
{{ $files->links() }}
No files found
Upload your first file to get started.