@if (app()->isLocal())
{{ config('app.name', 'Контроль показателей здоровья | Уровень Расширенный') }}
@endif
@googlefonts
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
@vite([
'resources/css/app.css',
'resources/js/app.js',
])
@endif
@if (app()->isLocal())
@endif