diff --git a/resources/views/inc/head.blade.php b/resources/views/inc/head.blade.php index 6b96134..70e9d35 100644 --- a/resources/views/inc/head.blade.php +++ b/resources/views/inc/head.blade.php @@ -2,7 +2,10 @@ @if (backpack_theme_config('meta_robots_content')) - @endif + +@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') }}