<!DOCTYPE html>
<html lang="{{ str_replace('_','-',app()->getLocale()) }}">
<x-head/>
<body class="bg-blue-600">
{{ $slot }}
@livewireScripts
</body>
</html>