@extends('layouts.admin')
@section('title','Doctors')
@section('styles')
@endsection
@section('content')
List of Doctors (0)
| Doctors ID |
Name |
Email |
Specialities |
Status |
Action |
@include('dashboard.merchants.doctors.partials.view-doctors-modal')
@include('dashboard.partials.footer')
@endsection
@push('scripts')
@endpush