testing
This commit is contained in:
@@ -6,8 +6,25 @@
|
||||
<title>Document</title>
|
||||
@vite("resources/css/app.css")
|
||||
</head>
|
||||
<body>
|
||||
<body class="flex flex-col min-h-screen">
|
||||
@include('partials.navbar')
|
||||
@yield('content')
|
||||
|
||||
<!-- Main Content Wrapper -->
|
||||
<div class="flex flex-1">
|
||||
<!-- Sidebar -->
|
||||
<aside class="sidebar bg-gray-200 w-1/5">
|
||||
@include('partials.sidebar')
|
||||
</aside>
|
||||
|
||||
<!-- Main content area -->
|
||||
<main class="content flex-1 bg-gray-100">
|
||||
@yield('content')
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="mt-auto">
|
||||
@include('partials.footer')
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user