@forelse($project->files as $file)
{{ $file->filename }}
@if(is_null($file->external_link))
@endif
{{ $file->created_at->diffForHumans() }}
@empty
@lang('messages.noFileUploaded')
@endforelse