2 <html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <meta name="csrf-token" content="{{ csrf_token() }}">
8 <title>{{ config('app.name', 'Laravel') }}</title>
11 <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
14 <link rel="stylesheet" href="{{ asset('css/app.css') }}">
17 <script src="{{ asset('js/app.js') }}" defer></script>
20 <div class="font-sans text-gray-900 antialiased">