@extends('layouts.app') @section('title', 'Doctor List') @section('pages')

Our Doctors

@include('opd-bookings.doctor-list-profile')
@endsection @section('js') @endsection