{{-- SEO Meta --}}
{{ $seo->seo_title ?? ($title ?? config('app.name', 'VK Gardening')) }}
@isset($seo) @if($seo->seo_description)
@endif @if($seo->seo_keywords)
@endif @if($seo->canonical_url)
@endif
@if($seo->og_image)
@endif @endisset
@php $settings = $settings ?? \App\Models\SiteSetting::getAllSettings(); @endphp
@stack('styles') @include('frontend.partials.topbar') @include('frontend.partials.navbar')
@yield('content')
@include('frontend.partials.footer') @stack('scripts')