load(Yii::$app->request->post()) && $model->save()) { try { Yii::$app->session->setFlash('success', 'บันทึกข้อมูลเรียบร้อยแล้ว กรุณารอการติดต่อกลับจากเจ้าหน้าที่'); Yii::$app->hanuman->sendNotify('ช่องทางร้องเรียนทุจริตและประพฤติมิชอบ'); } catch (Exception $exception) { Yii::$app->session->setFlash('error', $exception->getMessage()); } return $this->redirect(['index']); } else { //var_dump($model->getFirstErrors()); } return $this->render('index', [ 'model' => $model ]); } }