@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')
@include('backend.layouts.components.sidebar')
@include('backend.layouts.components.header1')
@yield('content')
@include('backend.layouts.components.search-modal')
@include('backend.layouts.components.footer')
{{ Vite::useHotFile('backend.hot')->useBuildDirectory('build/backend')->withEntryPoints(['resources/backend/assets/js/switch.js', 'resources/backend/js/app.js']) }}
@include('backend.layouts.components.scripts')