Specialty module

{{ $definition['label'] ?? $moduleKey }}

{{ $definition['description'] ?? '' }}

Manage modules
{{-- Left navigation --}} {{-- Main workspace --}}
@if ($section === 'overview') @include('care.specialty.sections.overview') @elseif ($section === 'visits') @include('care.specialty.sections.visits') @elseif ($section === 'history') @include('care.specialty.sections.history') @elseif ($section === 'billing') @include('care.specialty.sections.billing') @elseif ($section === 'workspace') @include('care.specialty.sections.workspace') @endif
{{-- Action panel --}}