Created FilamentController & Filament Model + Views

This commit is contained in:
2025-03-10 21:47:57 +01:00
parent fbf0a3b6ca
commit 6a199c3a3c
14 changed files with 544 additions and 14 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
<flux:navbar class="-mb-px max-lg:hidden">
<flux:navbar.item icon="home" href="{{ route('dashboard') }}">Dashboard</flux:navbar.item>
<flux:navbar.item icon="archive-box" href="#">Manufacturers</flux:navbar.item>
<flux:navbar.item icon="circle-stack" href="#">Filaments</flux:navbar.item>
<flux:navbar.item icon="archive-box" href="{{ route('manufacturers.index') }}">Manufacturers</flux:navbar.item>
<flux:navbar.item icon="circle-stack" href="{{ route('filaments.index') }}">Filaments</flux:navbar.item>
<flux:navbar.item icon="chart-pie" href="{{ route('types.index') }}">Types</flux:navbar.item>
<flux:navbar.item icon="swatch" href="{{ route('colors.index') }}">Colors</flux:navbar.item>
</flux:navbar>