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

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

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

{{ __('translations.Password') }}

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

@endsection @section('custom-script') @include('doctorpanel.includes.selet2js') @endsection