From 722a416839a6b1057181f0be0ba5a6d97f0a6e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 8 Mar 2021 09:59:45 +0100 Subject: [PATCH] Layout: Add urls for PDF, SMTP & database checking --- .../portal/ninja2020/layout/clean_setup.blade.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/views/portal/ninja2020/layout/clean_setup.blade.php b/resources/views/portal/ninja2020/layout/clean_setup.blade.php index 49f63c5bcd82..2a390260c3c3 100644 --- a/resources/views/portal/ninja2020/layout/clean_setup.blade.php +++ b/resources/views/portal/ninja2020/layout/clean_setup.blade.php @@ -60,9 +60,9 @@ @if(strpos(Request::url(),'setup') === false) - + @else - + @endif {{-- --}} @@ -71,6 +71,12 @@ {{-- Feel free to push anything to header using @push('header') --}} @stack('head') + @if(strpos(Request::url(),'setup')) + + + + @endif +