JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrhasOne('App\Models\Employee', 'id', 'employee_id')->first(); } public function complaintFrom($complaint_from) { return Employee::where('id',$complaint_from)->first(); } public function complaintAgainst($complaint_against) { return Employee::where('id',$complaint_against)->first(); } }