@csrf
{{ $errors->first('name') }}
{{ $errors->first('specialization') }}
{{ $errors->first('department_id') }}

Social Links

{{--

Work Schedule

--}}



{{-- --}}



@if (isset($doctor->schedules))
@foreach ($doctor->schedules as $schedule)
@endforeach
@else
@endif
Publish
Published
is_published) ? $doctor->is_published : '') == '1' ? 'checked' : '' }} data-switchery />
Active
is_active) ? $doctor->is_active : '') == '1' ? 'checked' : '' }} data-switchery />
{{--
--}} {{--
--}}
Image
@if (isset($doctor) && $doctor->image) @else @endif
{{--
--}} {{--
--}}
@push('scripts') @endpush