From b8d33e33a579453766f88e308912726646030720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D1=80=D1=83?= =?UTF-8?q?=D1=81=D0=BD=D0=B8=D1=86=D1=8B=D0=BD?= Date: Thu, 8 Jan 2026 10:42:44 +0900 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20resources/views/app.blade.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/app.blade.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index 7ddb6f6..e145c42 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -1,10 +1,15 @@ - + - - @vite('resources/js/app.js') - @inertiaHead + + {{ config('app.name', 'Laravel') }} + + + @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) + @vite(['resources/js/app.js']) + @inertiaHead + @endif @inertia('onboard')