NUEVO: Implementado PROTOTIPO (v0.1) de taller, creado a partir de modelo kanban con columnas de estados. PENDIENTE DE MUCHOS CAMBIOS...

This commit is contained in:
Bryam105
2026-01-23 11:56:27 -03:30
parent bbef546d75
commit b2f2343592
8 changed files with 322 additions and 2 deletions
+3
View File
@@ -11,9 +11,12 @@ class Appointment extends Model
protected $fillable = [
'client_id',
'contact_phone',
'scheduled_at',
'bike_model',
'problem_description',
'parts_needed',
'estimated_cost',
'status',
'notes'
];