@extends('layouts.app') @section('title', 'OPD Doctors List') @section('pages')
@include('layouts.partials.nav-menu')
@if(auth()->user()->can('doctor-create')) Add New @endif
@include('doctor.table')
@endsection