Added rest of files
This commit is contained in:
committed by
shaun collins
parent
646041230b
commit
09c4bd02ff
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="h-full">
|
||||
<head>
|
||||
<x-meta></x-meta>
|
||||
<title>{{ config('app.name') }} | {{ config('app.title') }}</title>
|
||||
@vite('resources/css/app.css')
|
||||
@vite('resources/js/app.js')
|
||||
</head>
|
||||
<body class="h-full flex flex-col bg-primary">
|
||||
<x-header></x-header>
|
||||
|
||||
<div class="container mx-auto flex-1 main-content bg-white shadow-md rounded-xl my-8 p-6">
|
||||
@yield('content')
|
||||
</div>
|
||||
|
||||
<x-footer></x-footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user