@if (backpack_theme_config('meta_robots_content'))
@endif
{{-- 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')
{{-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --}}
{{-- WARNING: Respond.js doesn't work if you view the page via file:// --}}