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