'Vue', 11 => 'Laravel', ]; public function client() { return $this->belongsTo(Client::class, 'client_id'); } public function members() { return $this->belongsTo(Employee::class, 'members_id'); } }