@if(!$files->isEmpty())
@foreach($files as $file)
@if($file->getThumbnailPath())
}})
@else
}}/)
@endif
@if(\Illuminate\Support\Facades\Auth::user()->level >= $file->level)
@else
Sorry but to view this file the access level must be {{$file->levelName()}}.
@endif
{{$file->title}}
{{$file->description}}
{{--
--}}
{{--$350.00 $26.00--}}
{{--
--}}
@endforeach
@elseif(isset($search))
Unfortunately no files were found for this request.
@elseif(isset($categoryFilter))
Unfortunately no files were found in this category.
@else
Unfortunately no files yet.
@endif