...
|
...
|
@@ -51,7 +51,6 @@ class Invoice extends Api |
|
|
$param = $this->request->param();
|
|
|
$selectedOptionszero = input('data');
|
|
|
// $arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true);
|
|
|
dump($selectedOptionszero);
|
|
|
// die;
|
|
|
// $str=implode(',', $arr);
|
|
|
// if ($param['type'] == 1) {
|
...
|
...
|
|