Clinic : {{ $primaryClinic->name }}
@endif {{ ucfirst($doctor->status) }}Consultation Charge
{{ $doctor->doctor->bio ?? ($doctor->doctorProfile->bio ?? 'No biography available.') }}
@if ( ($doctor->doctor->bio ?? $doctor->doctorProfile->bio) && strlen($doctor->doctor->bio ?? $doctor->doctorProfile->bio) > 200) @endif{{ $education->field_of_study }}
@endif{{ $education->start_year }} - @if ($education->is_current) Present @else {{ $education->end_year }} @endif
@if ($education->description){{ $education->description }}
@endifNo education information available.
{{ $experience->start_date->format('M Y') }} - @if ($experience->is_current) Present @else {{ $experience->end_date->format('M Y') }} @endif
@if ($experience->description){{ $experience->description }}
@endifNo work experience information available.
| Clinic Name | Status | Services | Fees |
|---|---|---|---|
| {{ $clinic->name }} @if ($clinic->pivot->is_primary) Primary @endif | {{ ucfirst($clinic->pivot->status) }} | @if ($clinic->pivot->offers_in_person) In-Person @endif @if ($clinic->pivot->offers_video) Video @endif @if ($clinic->pivot->offers_home_visit) Home Visit @endif |
@if ($clinic->pivot->offers_in_person)
₹{{ number_format($clinic->pivot->in_person_fee, 2) }}
({{ $clinic->pivot->in_person_duration }} min)
@endif @if ($clinic->pivot->offers_video) ₹{{ number_format($clinic->pivot->video_fee, 2) }} ({{ $clinic->pivot->video_duration }} min) @endif @if ($clinic->pivot->offers_home_visit) ₹{{ number_format($clinic->pivot->home_visit_fee, 2) }} ({{ $clinic->pivot->home_visit_duration }} min) @endif |
State: {{ $doctor->doctorProfile->license_state }}
@endif @if ($doctor->doctorProfile && $doctor->doctorProfile->license_valid_until)Valid Until: {{ $doctor->doctorProfile->license_valid_until->format('M d, Y') }}
@endifDate: {{ $certificate['date'] }}
@endif @if (isset($certificate['issuer']))Issuer: {{ $certificate['issuer'] }}
@endif