@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'))
@yield('after_styles')
@stack('after_styles')