<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
{{-- // --}}
@filamentStyles
@vite(['resources/css/filament/platform/theme.css', 'resources/css/app.css', 'resources/js/app.js'])
</head>
<body>
{{-- // --}}
@filamentScripts
</body>
</html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
{{-- // --}}
@filamentStyles
@vite(['resources/css/filament/platform/theme.css', 'resources/css/app.css', 'resources/js/app.js'])
</head>
<body>
{{-- // --}}
@filamentScripts
</body>
</html>