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