@include('layouts.components.css') @stack('css') @livewireStyles
@include('layouts.components.header') @yield('content') {{ $slot }} {{-- @include('layouts.components.footer') --}} @include('layouts.components.script') @stack('js') @livewireScripts @if (Auth::check()) @endif