'required|integer', 'query_name' =>'sometimes|string', 'city_id' => 'sometimes|integer|exists:system_city,id', 'kitchen_id' => 'sometimes|integer|exists:kitchen,id', ]; } protected array $scenes = [ 'material_list' => ['limit','query_name'], 'material_application' => ['material_id','dish_id','number','processing','city_id','kitchen_id'], 'application_edit' => ['id','number','processing'], 'application_delete' => ['id'], 'application_list' => ['limit'], ]; }