@if (backpack_theme_config('meta_robots_content')) @endif @includeWhen(view()->exists('vendor.backpack.ui.inc.header_metas'), 'vendor.backpack.ui.inc.header_metas') {{-- Encrypted CSRF token for Laravel, in order for Ajax requests to work --}} {{ isset($title) ? $title.' :: '.backpack_theme_config('project_name') : backpack_theme_config('project_name') }} @yield('before_styles') @stack('before_styles') @include(backpack_view('inc.theme_styles')) @include(backpack_view('inc.styles')) @vite(['resources/css/app.scss']) @yield('after_styles') @stack('after_styles') @push('after_scripts') @vite(['resources/js/app.js']) @endpush('after_scripts')