created basic Order Page

This commit is contained in:
2025-04-23 16:38:55 +02:00
parent bd75ace0c6
commit 9def3cae3e
4 changed files with 71 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,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('dashboard') }}">Orders</flux:navbar.item>
<flux:navbar.item wire:navigate icon="shopping-bag" href="{{ route('orders.index') }}">Orders</flux:navbar.item>
<flux:dropdown>