{{-- @vite(['resources/css/app.css', 'resources/js/app.js']) --}}
@yield('styles')
@include('layouts.partials.sidebar') @include('layouts.partials.header')
@yield('content')
{{-- @include('layouts.partials.player-bar') --}} @include('layouts.partials.fullscreen-player')
@yield('scripts') @stack('script')