8 lines
217 B
PHP
8 lines
217 B
PHP
<!DOCTYPE html>
|
|
<html lang="{{ str_replace('_','-',app()->getLocale()) }}">
|
|
<x-head/>
|
|
<body class="bg-blue-600">
|
|
{{ $slot }}
|
|
@livewireScriptConfig(['nonce' => request()->attributes->get('csp-nonce')])
|
|
</body>
|
|
</html>
|