['nullable', 'date', 'before:today'], 'gender' => ['nullable', 'in:m,f,x,M,F,X'], 'country_id' => ['nullable', 'integer', Rule::exists('countries', 'id')], ]; } }