created Buildplate View & Route

This commit is contained in:
2025-09-07 11:49:02 +02:00
parent d251a2265a
commit 902ffeb0ae
4 changed files with 24 additions and 2 deletions
+3 -2
View File
@@ -8,7 +8,7 @@
<flux:navbar class="-mb-px max-lg:hidden">
<flux:navbar.item wire:navigate icon="home" href="{{ route('dashboard') }}">Dashboard</flux:navbar.item>
<flux:navbar.item wire:navigate icon="shopping-bag" href="{{ route('orders.index') }}">Orders</flux:navbar.item>
<flux:dropdown>
<flux:navbar.item icon="circle-stack" icon-trailing="chevron-down">Filaments</flux:navbar.item>
@@ -18,6 +18,7 @@
<flux:navmenu.item wire:navigate icon="archive-box" href="{{ route('manufacturers.index') }}">Manufacturers</flux:navmenu.item>
<flux:navmenu.item wire:navigate icon="paint-brush" href="{{ route('colors.index') }}">Colors</flux:navmenu.item>
<flux:navmenu.item wire:navigate icon="clipboard" href="{{ route('types.index') }}">Types</flux:navmenu.item>
<flux:navmenu.item wire:navigate icon="clipboard" href="{{ route('buildplates.index') }}">BuildPlates</flux:navmenu.item>
</flux:navmenu>
</flux:dropdown>
</flux:navbar>
@@ -47,4 +48,4 @@
</flux:dropdown>
</flux:header>
</section>
</section>
@@ -0,0 +1,3 @@
<div>
{{-- If your happiness depends on money, you will never be happy with yourself. --}}
</div>