@include('back.layout.partials.head') @livewireStyles @stack('styles') @include('back.layout.partials.theme-toggle ')
@include('back.layout.partials.header')
@yield('content')
@include('back.layout.partials.footer ')
@include('back.layout.partials.modals.confirm-delete') @include('back.layout.partials.modals.confirm-portal') @include('back.layout.partials.scripts') @livewireScripts @stack('scripts')