Employee ID : DR-{{ str_pad(Auth::id(), 4, '0', STR_PAD_LEFT) }}
@if ($doctor->verification_status === 'verified') Verified @elseif($doctor->verification_status === 'pending') Pending @else Not Verified @endif{{ $doctor->bio ?? 'No bio information available.' }}
{{ $education->start_year ?? 'N/A' }} - {{ $education->end_year ?? 'Present' }}
No education information available.
@endif@if ($experience->start_date) {{ \Carbon\Carbon::parse($experience->start_date)->format('M Y') }} - @if (empty($experience->end_date)) Present @else {{ \Carbon\Carbon::parse($experience->end_date)->format('M Y') }} @endif @else N/A @endif
Uploaded: {{ \Carbon\Carbon::parse($certificate['uploaded_at'])->diffForHumans() }}
View Certificate