Max 10MB per file. You can select multiple files.

@if(count($files) > 0)
{{ count($files) }} file(s) selected
@endif
@if($attachments->count() > 0)
@foreach($attachments as $attachment) @endforeach
File Size Uploaded By Date Actions
{{ $attachment->original_filename }}
{{ $attachment->formatted_size }} {{ $attachment->user?->name ?? 'Unknown' }} {{ $attachment->created_at->format('M d, Y g:i A') }}
{{ ($this->deleteAction)(['attachmentId' => $attachment->id]) }}
@else

No attachments

Upload files using the form above.

@endif