feat: wire FuelFinder to home route, replacing static homepage
This commit is contained in:
9
resources/views/layouts/guest.blade.php
Normal file
9
resources/views/layouts/guest.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||
<head>
|
||||
@include('partials.head')
|
||||
</head>
|
||||
<body class="font-sans antialiased">
|
||||
{{ $slot }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user