13

...
$html .= '</li></ul></div>' . $label . '</div>';

return new JsonModel(
'status' => true,
'html' => $html
);

Comments
Add Comment