@php $wms_form = [ '金額計算基準' => [ 'key' => 'calculation_price_standard', 'selected_key' => &$calculation_price_standard, 'base_options' => \App\Enums\ECalculationPriceStandard::idNames() ], '発注ランク' => [ 'key' => 'order_rank', 'selected_key' => &$order_rank, 'base_options' => \App\Enums\EOrderRank::symbolNames() ], '品切区分' => [ 'key' => 'out_of_stock_type', 'selected_key' => &$out_of_stock_type, 'base_options' => \App\Enums\EOutOfStockType::idNames() ], ]; @endphp