Documents
@forelse($documents as $document)
@if($document->is_important)
{{$document->name}} - {{$document->arch_id}}
@else
{{$document->name}} - {{$document->arch_id}}
@endif
{{$document->created_at}}
{{$document->description}}
1.2MB
@empty
No items found
@endforelse
@if(!Request::query('search'))
{{$documents->appends($_GET)->links('layouts.pagination') }}
@endif