añadir nuevas funcionalidades
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 />
|
||||
|
||||
|
||||
6
resources/views/components/layouts/documents.blade.php
Normal file
6
resources/views/components/layouts/documents.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<x-layouts.app.header :title="$title ?? null">
|
||||
<flux:main>
|
||||
documents layout
|
||||
{{ $slot }}
|
||||
</flux:main>
|
||||
</x-layouts.app.header>
|
||||
Reference in New Issue
Block a user