| @@ -925,7 +925,7 @@ class CompoundResourceController extends BaseController | |||
| "no_telefon" => $request->tel, | |||
| "no_akaun_lesen" => $request->lesen, | |||
| "maklumat_tambahan" => '-', | |||
| "tindakan" => $request->tindakan, | |||
| // "tindakan" => $request->tindakan, | |||
| "tempoh" => $request->tempoh, | |||
| "created_n" => Carbon::now()->toDateTimeString(), | |||
| ]; | |||
| @@ -1017,9 +1017,8 @@ class CompoundResourceController extends BaseController | |||
| "no_telefon" => $request->tel, | |||
| "no_akaun_lesen" => $request->lesen, | |||
| "maklumat_tambahan" => '-', | |||
| "tindakan" => $request->tindakan, | |||
| // "tindakan" => $request->tindakan, | |||
| "tempoh" => $request->tempoh, | |||
| "bil_haiwan" => $request->bil_haiwan, | |||
| "created_n" => Carbon::now()->toDateTimeString(), | |||
| ]; | |||
| } | |||