@if ($thread->has_attachments)
@foreach ($thread->attachments as $attachment)
-
{{ $attachment->file_name }}
({{ $attachment->getSizeName() }})
@action('thread.attachment_append', $attachment, $thread, $conversation, $mailbox)
@endforeach
@action('thread.attachments_list_append', $thread, $conversation, $mailbox)
@endif