Browse Source

notis

master
Siti Rahayu 4 years ago
parent
commit
bd9794ddfe
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      app/Http/Controllers/Api/CompoundResourceController.php

+ 2
- 3
app/Http/Controllers/Api/CompoundResourceController.php View File

"no_telefon" => $request->tel, "no_telefon" => $request->tel,
"no_akaun_lesen" => $request->lesen, "no_akaun_lesen" => $request->lesen,
"maklumat_tambahan" => '-', "maklumat_tambahan" => '-',
"tindakan" => $request->tindakan,
// "tindakan" => $request->tindakan,
"tempoh" => $request->tempoh, "tempoh" => $request->tempoh,
"created_n" => Carbon::now()->toDateTimeString(), "created_n" => Carbon::now()->toDateTimeString(),
]; ];
"no_telefon" => $request->tel, "no_telefon" => $request->tel,
"no_akaun_lesen" => $request->lesen, "no_akaun_lesen" => $request->lesen,
"maklumat_tambahan" => '-', "maklumat_tambahan" => '-',
"tindakan" => $request->tindakan,
// "tindakan" => $request->tindakan,
"tempoh" => $request->tempoh, "tempoh" => $request->tempoh,
"bil_haiwan" => $request->bil_haiwan,
"created_n" => Carbon::now()->toDateTimeString(), "created_n" => Carbon::now()->toDateTimeString(),
]; ];
} }

Loading…
Cancel
Save