Doctor Data Management

This page is used to display and manage doctor profiles registered in the clinic system. Through this page, you can add new doctor accounts, update existing doctor information, and deactivate accounts when necessary.

Doctor Data

@foreach ($showDoctor as $i => $a) @endforeach
No Name specialist Email Phone Action
{{ $i + 1 }}. {{ $a->fullname }} {{ $a->specialist ?? '-' }} {{ $a->email }} {{ $a->phone_num ?? '-' }}