JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrhasMany('App\Models\Department', 'id', 'department_id')->first(); } public function branch() { return $this->hasMany('App\Models\Branch', 'id', 'branch_id')->first(); } public function employee() { return $this->hasOne('App\Models\Employee', 'id', 'employee_id'); } }