initial commit
This commit is contained in:
commit
0c42bef077
109 changed files with 16545 additions and 0 deletions
7
resources/views/components/layouts/auth.blade.php
Normal file
7
resources/views/components/layouts/auth.blade.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ str_replace('_','-',app()->getLocale()) }}">
|
||||
<x-head/>
|
||||
<body class="bg-blue-600">
|
||||
{{ $slot }}
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue