@foreach($attachments as $attachment)
@icon('grip')
@if(userCan('attachment-update', $attachment)) @endif @if(userCan('attachment-delete', $attachment))
@endif
@endforeach @if (count($attachments) === 0)

{{ trans('entities.attachments_no_files') }}

@endif