This commit is contained in:
2025-08-21 16:04:24 +05:45
parent 76bf4c0a18
commit 0307244399
16 changed files with 443 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ class CreateConsultationRequest extends FormRequest
'email.max' => 'The email may not be greater than :max characters.',
'contact_no.required' => 'The contact number field is required.',
'contact_no.max' => 'The contact number may not be greater than :max characters.',
'contact_no.regex' => 'The contact number must be a valid phone number',
'age_group.required' => 'The age group field is required.',
'age_group.integer' => 'The age group must be an integer.',