<!DOCTYPE html><html lang="{{ str_replace('_', '-', app()->getLocale()) }}" class="h-full bg-white"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Laravel</title> <link rel="preconnect" href="https://fonts.bunny.net"> <link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet"/> @if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif</head><body class="h-full">@yield('content')@vite('resources/js/app.js')</body></html>