@include('layouts.parts.header')
@include('googletagmanager::head')
@include('googletagmanager::body')
@livewire('layouts.header')
@include('layouts.parts.modals')
@yield('content')
{{-- @livewire('layouts.footer') --}}
{{-- @include('layouts.parts.nav') --}}
{{-- @include('layouts.parts.filter') --}}
@livewire('layouts.footer', ['addCss' => 'fixed bottom-0'])
@include('layouts.parts.scripts')