@foreach($project->files as $file)
@if($file->icon == 'images') Card image cap @else @endif
{{ $file->filename }}
@if(is_null($file->external_link)) @endif @if($file->user_id == $user->id || $project->isProjectAdmin || $user->cans('edit_projects')) @endif
@endforeach