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
+1
View File
@@ -12,6 +12,7 @@ class Filament extends Model
protected $fillable = [
'name',
'description',
'type_id',
'manufacturer_id',
'color_id',