'date', 'next_due_date' => 'date', 'is_active' => 'boolean', ]; public function vehicle(): BelongsTo { return $this->belongsTo(Vehicle::class); } }