|
$input = json_decode($input, true);
|
|
$input = json_decode($input, true);
|
|
$input = Arr::except($input, ['_pjax', '_token', '_method', '_previous_']);
|
|
$input = Arr::except($input, ['_pjax', '_token', '_method', '_previous_']);
|
|
return '<pre class="dump">'.json_encode($input, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE).'</pre>';
|
|
return '<pre class="dump">'.json_encode($input, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE).'</pre>';
|