['nullable', 'date', 'date_format:Y-m-d'], ]; } /** * Custom attribute names */ public function attributes(): array { return [ 'date' => __('validation.attributes.date'), ]; } }