Files
investbrain/resources/views/components/layouts/guest.blade.php
T

17 lines
412 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
@include('components.partials.head')
</head>
<body class="font-sans antialiased scroll-smooth min-h-screen" x-data="{}">
<main class="">
<x-ui.theme-selector hidden="true" />
{{ $slot }}
</main>
@livewireScripts
</body>
</html>