From 8e442d4ca9ce5c922f03c51f4818a1bfda494a37 Mon Sep 17 00:00:00 2001 From: Cannonb4ll Date: Mon, 23 Sep 2024 19:58:29 +0200 Subject: [PATCH] fix --- resources/views/welcome.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 83fc166..3a53396 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -2,7 +2,7 @@ @if($text = app(\App\Settings\GeneralSettings::class)->welcome_text) -
{!! $text !!}
+
{!! $text !!}
@endif
@foreach(app(\App\Settings\GeneralSettings::class)->dashboard_items as $item)