@php $currentLocale = app()->getLocale(); @endphp {{ config('app.name', 'Laravel') }} {{ Vite::useHotFile('backend.hot')->useBuildDirectory('build/backend')->withEntryPoints(['resources/backend/css/app.css', 'resources/backend/sass/app.scss']) }} @yield('styles')
@yield('content')
{{ Vite::useHotFile('backend.hot')->useBuildDirectory('build/backend')->withEntryPoints(['resources/backend/assets/js/switch.js', 'resources/backend/js/app.js']) }} @include('backend.layouts.components.scripts')