| xqd
@@ -29,7 +29,7 @@ class PatientController extends AuthController
|
|
|
'phone' => 'required',
|
|
|
'guardian_name' => 'required',
|
|
|
'address' => 'required',
|
|
|
- 'born_hospital' => 'required',
|
|
|
+ 'born_hospital' => 'max:100',
|
|
|
'social_card_number' => 'max:50',
|
|
|
]);
|
|
|
$user = $this->user;
|