From e6916d00bc1ad6f8df3b634fd1d356cf17dffd87 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 6 Sep 2023 16:02:32 +0200 Subject: [PATCH] wip #6248 --- views/screens/intro.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/screens/intro.blade.php b/views/screens/intro.blade.php index dd06ab4..0d8d498 100644 --- a/views/screens/intro.blade.php +++ b/views/screens/intro.blade.php @@ -2,7 +2,7 @@ $absPath = \App\Models\Quiz::find($data->id)->getPreviewURL(); @endphp
- @include('header_title', ['data', $data]) + @include('header_title', ['data', $data])s

{{$data->intro_title?:$__('Welcome')}}

{{$data->intro_text}}

-- 2.39.5