añadir nuevas funcionalidades

This commit is contained in:
2025-04-30 20:56:28 +02:00
parent 883daf32ed
commit 655ea60d6b
71 changed files with 3836 additions and 1158 deletions

View File

@@ -1,5 +1,5 @@
<x-layouts.app.sidebar :title="$title ?? null">
<x-layouts.app.header :title="$title ?? null">
<flux:main>
{{ $slot }}
</flux:main>
</x-layouts.app.sidebar>
</x-layouts.app.header>

View File

@@ -16,6 +16,12 @@
{{ __('Dashboard') }}
</flux:navbar.item>
</flux:navbar>
<flux:navbar class="-mb-px max-lg:hidden">
<flux:navbar.item icon="layout-grid" :href="route('dashboard')" :current="request()->routeIs('dashboard')" wire:navigate>
{{ __('User') }}
</flux:navbar.item>
</flux:navbar>
<flux:spacer />

View File

@@ -0,0 +1,6 @@
<x-layouts.app.header :title="$title ?? null">
<flux:main>
documents layout
{{ $slot }}
</flux:main>
</x-layouts.app.header>