@include('layouts.partials.styles') @yield('styles') @stack('styles')
@include('layouts.partials.nav.desktop') @include('layouts.partials.nav.mobile')
{{-- header --}} @livewire('header.profile')
{{ $slot ?? '' }} @yield('content')
{{-- subscription --}} @livewire('header.subscription')
@include('layouts.partials.scripts') @stack('scripts')