JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrfirst(); return $employee; } public static function employeeIdFormat($number) { $settings = Utility::settings(); return $settings["employee_prefix"] . sprintf("%05d", $number); } public function employees() { return $this->hasOne('App\Models\Employee', 'id', 'employee_id'); } }