diff --git a/resources/views/portal/ninja2020/invoices/show.blade.php b/resources/views/portal/ninja2020/invoices/show.blade.php index 46b160a8672b..c26c3c9a71e5 100644 --- a/resources/views/portal/ninja2020/invoices/show.blade.php +++ b/resources/views/portal/ninja2020/invoices/show.blade.php @@ -70,35 +70,7 @@ @endif - @if($invoice->documents->count() > 0) -
-
-
-
-

{{ ctrans('texts.attachments') }}:

- @foreach($invoice->documents as $document) -
- {{ Illuminate\Support\Str::limit($document->name, 40) }} - - - - - - - - @if(!$loop->last) - - @endif -
- @endforeach -
-
-
-
- @endif + @include('portal.ninja2020.components.entity-documents', ['entity' => $invoice])