@if(isset($seo->title)) {{ $seo->title }} @else {{ setting('site.title', 'Laravel Meeek') . ' - ' . setting('site.description', 'The Software as a Service Starter Kit built on Laravel & Voyager') }} @endif {{-- Social Share Open Graph Meta Tags --}} @if(isset($seo->title) && isset($seo->description) && isset($seo->image)) @if(isset($seo->image_w) && isset($seo->image_h)) @endif @endif @include('themes.tailwind.extensions.favicon') @stack('styles') @if(isset($seo->description)) @endif @inertiaHead @inertia @routes @yield('content') @stack('scripts') @include('themes.tailwind.extensions.google') @include('themes.tailwind.extensions.cookie')