From 2d6027d137e0357f85fd92b9f12309c204b64317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 30 Jun 2021 20:40:58 +0200 Subject: [PATCH] Show attachments on credits page --- resources/views/portal/ninja2020/credits/show.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/portal/ninja2020/credits/show.blade.php b/resources/views/portal/ninja2020/credits/show.blade.php index 569e1cde527f..11bfcf3d4b1a 100644 --- a/resources/views/portal/ninja2020/credits/show.blade.php +++ b/resources/views/portal/ninja2020/credits/show.blade.php @@ -7,6 +7,8 @@ @endpush @section('body') + @include('portal.ninja2020.components.entity-documents', ['entity' => $credit]) +