@php $attachments = $brief->attachments ?? collect(); $grouped = $attachments->groupBy(fn ($a) => $a->folderName() ?? '__root__'); $canUpload = auth()->user()->hasRole('admin') || auth()->user()->employer; @endphp
Maquettes et assets partages
Aucun fichier pour ce brief.
{{ $folderKey === '__root__' ? $attachment->original_name : basename($attachment->relative_path ?? $attachment->original_name) }}
{{ $attachment->formattedSize() }} @if($attachment->employer?->user) · {{ $attachment->employer->user->name }} @endif · {{ $attachment->created_at?->format('d/m/Y H:i') }}