@extends('layouts.app') @section('title', 'Appointment Doctor schedule') @section('pages') @php if (isset($doctor_id)) { @endphp @php } @endphp
@include('layouts.partials.nav-menu')
@if(in_array('appointment-doctor-schedule-create', $authRolePermissions)) @endif
@include('appointment-doctor-schedule.table')
@endsection @section('js') @endsection