@if(count($attachments) > 0) @if(!$read_only || $is_own)
@endif @endif
@if(count($attachments) > 0) @foreach($attachments as $attachment) @endforeach
{{$attachment->url}}
{{config('setting.task_status.'.$attachment->status)}}

{{date('F d, Y',strtotime($attachment->created_at))}}
{{$attachment->user->name.' '.$attachment->user->surname}}

@else
There are no files on this task
@if(!$read_only || $is_own) Upload Files @endif
@endif