'date', 'next_maintenance_date' => 'date', 'cost' => 'decimal:2' ]; public function vehicle() { return $this->belongsTo(TiposVeiculo::class, 'vehicle_id'); } }