belongsTo(Servicio::class, 'servicio_id'); } public function historial() { return $this->belongsTo(Historiale::class, 'historial_id'); } }