{{ __('translations.Doctor Details') }}
{{ __('translations.Doctor Name') }}: {{ $doctor->name }}
{{ __('translations.Location') }}: {{ $doctor->location }}
{{ __('translations.Specializations') }}: {{ $specialityNames }}
{{ __('translations.Email') }}: {{ $doctor->email }}
{{ __('translations.Queue Adjustment Number') }} : {{ $doctor->queue_adjustment_number ?? 'N/A' }}
{{ __('translations.Bookings') }}
| {{ __('translations.No.') }} | {{ __('translations.Patient Name') }} | {{ __('translations.Doctor Name') }} | {{ __('translations.Total Price') }} | {{ __('translations.Date') }} | {{ __('translations.Status') }} | {{ __('translations.Action') }} |
|---|
{{ __('translations.Working Days') }}
| {{ __('translations.No.') }} | {{ __('translations.Day Name') }} | {{ __('translations.Start Time') }} | {{ __('translations.End Time') }} | {{ __('translations.Break Time') }} |
|---|