@extends('layouts.app') @section('title', 'Doctor Shifts') @section('pages')
@include('layouts.partials.nav-menu')
Allow All Shifts
@include('appointment-doctor-shifts.table')
@endsection @section('js') @endsection