belongsTo(Kolat::class, 'kolat_id'); } public function role() { return $this->belongsTo(Role::class, 'role_id'); } }