!in_array(Route::currentRouteName(), ['home']),
])>
@include('layout.header.index')
@yield('content')
@isset($slot)
{{ $slot }}
@endisset
@php
$whatsapps = setting('social.whatsapps');
$whatsapp = $whatsapps ? current($whatsapps) : null;
@endphp
@if ($whatsapp)
@endif
@if (setting('site.cookies_consent_enable'))
@livewire('cookies-consent::cookies-consent')
@endif
@include('layout.footer.index')
{{-- scripts --}}
@routes
@livewireScripts
@stack('scripts')