@extends('layouts.app') @section('title', 'Doctor List') @section('pages')
@include('layouts.partials.nav-menu')
@include('queue-manager.doctor-table')
@endsection