@extends('admin.layouts.app') @section('content')

SEO Debug Information

Available Locales:

{{ print_r($availableLocales ?? 'NOT SET', true) }}

Global SEO:

{{ print_r($globalSeo ?? 'NOT SET', true) }}

Page SEO:

{{ print_r($pageSeo ?? 'NOT SET', true) }}

Page Types:

{{ print_r($pageTypes ?? 'NOT SET', true) }}

Config Check:

{{ print_r(config('laravellocalization.supportedLocales'), true) }}
@endsection