@extends('doctorpanel.layout.app') @include('includes.select2') @section('title', 'Edit Doctor | Waiting Room') @section('content')

{{ __('translations.Edit Doctor') }}

{{ __('translations.Back') }}
Profile Image
{{ __('translations.Profile Image') }}
@csrf
{{--
--}}

{{ __('translations.Add Working Hours') }}

@foreach ($UserData->WorkingDays as $row)
@endforeach
@endsection @section('custom-script') @include('includes.selet2js') @endsection