'nullable|date', 'memo' => 'nullable|string', 'delivery_method_code' => 'nullable|string', 'options' => 'nullable|array', 'options.receiver' => 'nullable|string', 'options.receiver_contact' => 'nullable|string', 'options.shipping_address' => 'nullable|string', 'options.shipping_address_detail' => 'nullable|string', 'options.shipping_cost_code' => 'nullable|string', ]; } public function messages(): array { return [ 'delivery_date.date' => __('validation.date', ['attribute' => '납품일']), ]; } }