You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							1023 B
						
					
					
				
			
		
		
	
	
							24 lines
						
					
					
						
							1023 B
						
					
					
				<!DOCTYPE html> | 
						|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> | 
						|
    <head> | 
						|
        <meta charset="utf-8"> | 
						|
        <meta name="viewport" content="width=device-width, initial-scale=1"> | 
						|
 | 
						|
        <title inertia>{{ config('app.name', 'Laravel') }}</title> | 
						|
 | 
						|
        <link rel="preconnect" href="https://fonts.googleapis.com"> | 
						|
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | 
						|
        <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet"> | 
						|
        <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet"> | 
						|
 | 
						|
 | 
						|
        <!-- Scripts --> | 
						|
        @routes | 
						|
        @vite(['resources/js/app.js', "resources/js/Pages/{$page['component']}.vue"]) | 
						|
        @inertiaHead | 
						|
    </head> | 
						|
    <body class="relative font-roboto antialiased w-screen h-screen bg-gray-200"> | 
						|
        @csrf | 
						|
        @inertia | 
						|
    </body> | 
						|
</html>
 | 
						|
 |