{{ trans('general.general') }} {{ trans_choice('general.attachments', 2) }} @if ($invoice->attachment) {{ trans('general.name') }} {{ trans('general.size') }} @foreach($invoice->attachment as $attachment) @if ($attachment->aggregate_type == 'image')
{{ $attachment->basename }}
@else
attach_file
@endif
{{ $attachment->basename }} {{ $attachment->readableSize() }}
@endforeach
@else

{{ trans('documents.empty_attachments', ['type' => $invoice->type]) }}

@endif