@if (Route::currentRouteName() === 'posts.show') {!! seo()->for(Route::current()->parameter('post')) !!} @elseif (Route::currentRouteName() === 'category.show') {!! seo()->for(Route::current()->parameter('category')) !!} @else {{ config('app.name', 'Shuddha For Life') }} @endif @vite(['resources/css/app.css', 'resources/js/app.js']) {{-- --}}
@if (isset($header))
{{ $header }}
@endif
{{ $slot }}
@stack('modals') @livewireScriptConfig