From 1b351e44016bd23efed172878438249430dbde22 Mon Sep 17 00:00:00 2001 From: Ahmod Hasan <121039395+ahmod001@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:53:33 +0600 Subject: [PATCH] fix: fix syntax error (#6957) --- resources/views/app.blade.php | 36 ++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 07db40a189f..578725d0e99 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -1,7 +1,7 @@ -
+ @@ -12,31 +12,33 @@ @if (app()->bound('sentry') && config('sentry.dsn') !== null) - + @endif + @routes @vite('resources/js/app.js') @inertiaHead - + - + @inertia - +