@foreach($attachments as $attachment)
@if($attachment->attachment_type == 'image')
@else @endif
{{ $attachment->first_name ?? runtimeUnkownUser() }} [{{ runtimeDateAgo($attachment->attachment_created) }}]
{{ str_limit($attachment->attachment_filename, 60) }}
@foreach($attachment->tags as $tag) {{ $tag->tag_title }} @endforeach
{{ cleanLang(__('lang.download')) }} @if($attachment->permission_set_cover) | @lang('lang.set_cover') | @lang('lang.remove_cover') @endif @if($attachment->permission_delete_attachment) | {{ cleanLang(__('lang.delete')) }} @endif
@endforeach