$company = Company::where('name', 'TNBX Sdn Bhd')->first(); | $company = Company::where('name', 'TNBX Sdn Bhd')->first(); | ||||
$staff->company_id = $company->_id; | $staff->company_id = $company->_id; | ||||
$staff->staffdetail->company_id = $company->_id; | $staff->staffdetail->company_id = $company->_id; | ||||
$staff->staffdetail()->save(); | |||||
$staff->save(); | $staff->save(); | ||||
return $staff; | |||||
return $company . $staff; | |||||
} | } | ||||
public function adjustInstaller(Request $request){ | public function adjustInstaller(Request $request){ |