@extends('layouts.app') @section('content')
| Code | Doctor | Specialty | Qualification | Fee | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $doctor->doctor_code }} | {{ $doctor->user->name }} {{ $doctor->user->email }} |
{{ $doctor->specialty->name }} | {{ $doctor->qualification }} | ₹{{ number_format($doctor->consultation_fee, 2) }} | {{ ucfirst($doctor->status) }} | Availability Edit |
| No doctors found. | ||||||