@extends('layouts.app') @section('title', 'Appointment Schedule') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('opd-schedule-type-create', $authRolePermissions)) @endif
@include('opd-schedule-type.table')
@endsection