@if($attachment->attachment_type == 'image')
@else
{{ $attachment->attachment_extension }}
@endif
{{ str_limit($attachment->attachment_filename, 16) }}
{{ $attachment->creator->full_name ?? __('lang.unknown') }}