← Facility settings · GP pricing

@if (session('success'))

{{ session('success') }}

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

{{ session('error') }}

@endif @if (! $canUseSpecialtyModules)

Unlock specialty practice pages with matching departments and queue stubs. Emergency and Blood Bank are included by default on Pro and Enterprise.

View plans
@else
@csrf @method('PUT')
@foreach ($catalog as $key => $module) @php $isDefault = ! empty($module['default_on_paid_plans']); @endphp @endforeach
@if ($canManage)
@endif
@endif