belongsTo(TipoPago::class, 'tipo_id')->findOne(); } public function banco() { return $this->belongsTo(Banco::class, 'banco_id')->findOne(); } }