@yield('content')
@filamentStyles @livewireStyles @if(file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @elseif(file_exists(public_path('build/manifest.json'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif @unless(file_exists(public_path('hot')) || file_exists(public_path('build/manifest.json'))) @endunless @include('nursery.partials.theme-css-vars') @include('nursery.partials.finance-shell-colors') @stack('styles')