From d35f57952437b4b2cc80a16e60774d8986a74bf4 Mon Sep 17 00:00:00 2001 From: ahmod001 Date: Thu, 26 Oct 2023 08:00:15 +0600 Subject: [PATCH] Fix/syntex error --- 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 - +