@extends('layouts.app') @section('title', 'Doctor Shift Days') @section('pages')
@include('layouts.partials.nav-menu')
Back
Allow All Shifts

@include('appointment-doctor-shift-days.table')
@endsection @section('js') @endsection