@forelse ($documents as $document) @include('documents.document', ['document' => $document]) @if (!$loop->last)
@endif @empty

{{ __('No documents found matching the criteria.') }}

@endforelse