{{-- SEO Meta Tags --}} @yield('meta_title', 'Blog') - {{ config('app.name') }} @hasSection('meta_keywords') @endif @hasSection('canonical_url') @endif {{-- Open Graph --}} @hasSection('featured_image') @endif {{-- Twitter Card --}} @hasSection('featured_image') @endif {{-- Fonts --}} {{-- Styles --}} @stack('styles') {{-- Schema JSON-LD --}} @stack('schema') {{-- Navbar --}} {{-- Content --}}
@yield('content')
{{-- Footer --}} @stack('scripts')