order('id', 'desc') ->paginate([ 'query' => request()->param() ]); View::assign([ 'list' => $list, 'account' => $account, ]); return View::fetch('VerificationCode/index'); } }