$explode_id = json_decode($request->data, true);
<?php $explode_id = array_map('intval', explode(',', $request->data));