@extends('backend.layouts.admin.admin')
@section('title', 'Doctor')
@section('content')
{{-- For New backend menu bar --}}
| SN |
Image |
Name |
Designation |
Department/Service |
Active |
Actions |
@each('backend.doctor.partials.table', $doctors, 'doctor')
@stop
@push('scripts')
@endpush