updated headerbar with headeraction option

This commit is contained in:
2025-03-10 16:14:49 +01:00
parent df43c77f87
commit 9fd01ee43a
5 changed files with 30 additions and 12 deletions
+1 -3
View File
@@ -1,13 +1,11 @@
<x-app-layout>
<x-slot name="header">
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
{{ __('Dashboard') }}
</h2>
</x-slot>
<div class="py-12">
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white dark:bg-gray-800 overflow-hidden shadow-xl sm:rounded-lg">
<div class="bg-white dark:bg-zinc-800 overflow-hidden shadow-xl sm:rounded-lg">
<x-welcome />
</div>
</div>