@extends('layouts.app') @section('title', 'AppointmentShift') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('appointment-shift-create', $authRolePermissions)) @endif
@include('appointment-shift.table')
@endsection