@vite(['resources/owner/app.css']) @livewireStyles @stack('style') {{ env('APP_NAME') }}
@if(auth()->check()) @include('owner-template.components.sidebar') @include('owner-template.components.header') @endif
@yield('content')
{{--@include('owner-template.components.switcher')--}} @livewireScripts @include('layouts.partials.owner-scripts')