Doctor Profile
getFlashdata('error')): ?>
= esc(session()->getFlashdata('error')) ?>
= $isEdit ? 'Edit Doctor Account' : 'Create Doctor Account' ?>
Back to doctors
Fields marked with
*
are required.
= csrf_field() ?>
'first_name', 'fieldLabel' => 'First name', 'fieldId' => 'first_name', 'fieldValue' => old('first_name', $first_name ?? ''), 'required' => true, 'validationErrors' => $validationErrors, 'placeholder' => 'Enter first name' ]); ?>
'last_name', 'fieldLabel' => 'Last name', 'fieldId' => 'last_name', 'fieldValue' => old('last_name', $last_name ?? ''), 'required' => true, 'validationErrors' => $validationErrors, 'placeholder' => 'Enter last name' ]); ?>
Email
*
= validation_show_error('email') ?>
Specialization
*
> = esc($option) ?>
= esc($selected) ?>
= validation_show_error('specialization') ?>
Experience
*
Years
= validation_show_error('experience_years') ?>
Months
= validation_show_error('experience_months') ?>
Consultation fee
= validation_show_error('fees') ?>
Cancel
= $isEdit ? 'Update doctor' : 'Add doctor' ?>