10 lines
216 B
PHP
10 lines
216 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
<head>
|
|
@include('partials.head')
|
|
</head>
|
|
<body class="font-sans antialiased">
|
|
{{ $slot }}
|
|
</body>
|
|
</html>
|