Add Printers and Printertypes modules with CRUD functionality, migrations, and UI components.
This commit is contained in:
@@ -9,12 +9,21 @@
|
||||
<flux:navbar.item wire:navigate icon="home" href="{{ route('dashboard') }}">
|
||||
Dashboard
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item wire:navigate icon="calculator" href="{{ route('filaments.index') }}">
|
||||
Calculator
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item wire:navigate icon="shopping-bag" href="{{ route('orders.index') }}">
|
||||
Orders
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item wire:navigate icon="document-text" href="{{ route('filaments.index') }}">
|
||||
Customers
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item wire:navigate icon="stop-circle" href="{{ route('filaments.index') }}">
|
||||
Filaments
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item wire:navigate icon="printer" href="{{ route('printers.index') }}">
|
||||
Printers
|
||||
</flux:navbar.item>
|
||||
<flux:navbar.item wire:navigate icon="wrench-screwdriver" href="{{ route('spareparts.index') }}">
|
||||
SpareParts
|
||||
</flux:navbar.item>
|
||||
@@ -36,9 +45,16 @@
|
||||
<flux:navmenu.item wire:navigate icon="archive-box" href="{{ route('manufacturer.index') }}">
|
||||
Manufacturers
|
||||
</flux:navmenu.item>
|
||||
<flux:navmenu.item wire:navigate icon="beaker" href="{{ route('printertypes.index') }}">
|
||||
PrinterTypes
|
||||
</flux:navmenu.item>
|
||||
<flux:navmenu.item wire:navigate icon="calculator" href="{{ route('manufacturer.index') }}">
|
||||
Calculation Presets
|
||||
</flux:navmenu.item>
|
||||
<flux:menu.separator />
|
||||
<flux:navmenu.item wire:navigate icon="swatch" href="{{ route('color.index') }}">Colors
|
||||
</flux:navmenu.item>
|
||||
<flux:navmenu.item wire:navigate icon="beaker" href="{{ route('type.index') }}">Types
|
||||
<flux:navmenu.item wire:navigate icon="beaker" href="{{ route('type.index') }}">Materials
|
||||
</flux:navmenu.item>
|
||||
<flux:navmenu.item wire:navigate icon="clipboard" href="{{ route('buildplate.index') }}">
|
||||
BuildPlates
|
||||
|
||||
Reference in New Issue
Block a user