field('standard_name')->select(); return [ 'code' => ResponseCode::SUCCESS, 'data'=> $standard ]; }catch (Exception $e){ return [ 'code' => ResponseCode::FAIL, 'msg' => $e->getMessage() ]; } } }