From 305328f976cfd1591399ff6ed2f65c74798e16e6 Mon Sep 17 00:00:00 2001 From: Roberto Guido Date: Wed, 1 Nov 2023 18:43:30 +0100 Subject: [PATCH] fix inizializzazione tour --- code/resources/views/app.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/resources/views/app.blade.php b/code/resources/views/app.blade.php index 3edce484..53d6ab82 100644 --- a/code/resources/views/app.blade.php +++ b/code/resources/views/app.blade.php @@ -16,7 +16,10 @@ - + + @if(Auth::check()) + + @endif