From 1bf94ad452d52889e49d7e109ce7ef9b272bc280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Wed, 30 Jun 2021 20:41:06 +0200 Subject: [PATCH] Show attachments on quotes page --- resources/views/portal/ninja2020/quotes/show.blade.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/views/portal/ninja2020/quotes/show.blade.php b/resources/views/portal/ninja2020/quotes/show.blade.php index 070c94246c1f..380242d429f5 100644 --- a/resources/views/portal/ninja2020/quotes/show.blade.php +++ b/resources/views/portal/ninja2020/quotes/show.blade.php @@ -25,15 +25,19 @@ @endif + @include('portal.ninja2020.components.entity-documents', ['entity' => $quote]) +