@foreach($task->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 || $task->project->isProjectAdmin || $user->can('edit_projects')) @endif
@endforeach