← Facility settings

@if (session('success'))

{{ session('success') }}

@endif @if (session('error'))

{{ session('error') }}

@endif @if (! $canUseSpecialtyModules)

Unlock dentistry, eye care, physiotherapy, maternity, and radiology practice pages with matching departments and queue stubs.

View plans
@else
@csrf @method('PUT')
@foreach ($catalog as $key => $module) @endforeach
@if ($canManage)
@endif
@endif