{{ __("Attachments") }}

{{ __("Attachments") }} ({{ __('close') }})
    @foreach ($attachments as $attachment)
  • {{ $attachment->file_name }} ({{ $attachment->getSizeName() }}) @action('extended_attachments.sidebar_item_append', $attachment, $thread, $conversation, $mailbox)
  • @endforeach @action('extended_attachments.sidebar_list_append', $thread, $conversation, $mailbox)