JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrhasOne('App\Models\Employee', 'id', 'employee_id')->first(); } public function allowance_option() { return $this->hasOne('App\Models\AllowanceOption', 'id', 'allowance_option')->first(); } public static $Allowancetype = [ 'fixed'=>'Fixed', 'percentage'=> 'Percentage', ]; }