@extends('backend.app') @section('content')

Manage Doctors

{{-- Search Box --}}
{{-- Add New Button --}}
@if (session('success')) @endif @if (session('error')) @endif
# Doctor Name Designation Speciality Subject Empid Status Action
@endsection @section('footer') @endsection