{{-- SEO meta & JSON-LD --}} @include('website.partials.meta') @include('website.partials.jsonld') {{-- Favicon (update paths) --}} {{-- Extra head hooks (per-page) --}} @stack('head') {{-- Header --}} @include('website.partials.header')
@yield('content')
{{-- Footer --}} @include('website.partials.footer') {{-- Scripts --}} @stack('scripts')