null, 'employee_id' => null, 'paytype_id' => null, 'is_ATM' => null, 'savings_account' => null, 'basic_monthly_pay' => null, 'basic_semi_monthly_pay' => null, 'basic_daily_pay' => null, 'basic_hourly_pay' => null, 'has_cola' => null, 'has_philhealth' => null, 'has_hdmf' => null, 'has_sss' => null, 'has_gsis' => null, ]; protected $datamap = []; protected $dates = ['created_at', 'updated_at', 'deleted_at']; protected $casts = []; }