@if (session()->has('message')) @endif @if (session()->has('error')) @endif
Basic Information
@php $imageUrl = $this->getProfileImageUrl(); @endphp @if ($imageUrl) Profile
@else @endif
Uploading image...
@error('profile_image')
{{ $message }}
@enderror
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@if (!$editId)
@error('password') {{ $message }} @enderror
@else
@error('password') {{ $message }} @enderror
@endif
@error('status') {{ $message }} @enderror
Professional Information
@error('specialization') {{ $message }} @enderror
@error('license_number') {{ $message }} @enderror
@error('qualifications') {{ $message }} @enderror
@error('experience_years') {{ $message }} @enderror
@error('bio') {{ $message }} @enderror
Clinic Assignments
@if ($has_primary_clinic)
This doctor has a primary clinic ({{ $this->getPrimaryClinicName() }}). The primary clinic assignment cannot be changed but you can add or remove other clinics.
@endif
@forelse($this->filteredClinics as $clinic) @php $isPrimary = $has_primary_clinic && $clinic->id === $primary_clinic_id; $isChecked = in_array($clinic->id, $selected_clinics); @endphp
@empty

No clinics found

@if (!empty($clinicSearch)) Try adjusting your search terms @endif
@endforelse
@error('selected_clinics') {{ $message }} @enderror
@if (count($this->selectedClinicsNames) > 0)
@foreach ($this->selectedClinicsNames as $clinicName) {{ $clinicName }} @endforeach
@else No clinics selected @endif
@push('scripts') @endpush