@include('partials.favicon')
@include('partials.brand-theme')
@hasSection('meta_title')
@yield('meta_title')
@else
@yield('title', brand_name())
@endif
@stack('meta')
@include('partials.fonts')
@stack('head')
@vite(['resources/css/app.css', 'resources/js/site.js'])
@if (site_capability('header.search'))
@endif
@feature('repair_products')
@endfeature
@stack('scripts')