*/ public function rules(): array { return [ 'social_account_id' => ['nullable', 'uuid'], 'date' => ['nullable', 'date_format:Y-m-d'], ]; } }