@php
$examSections = [
'general' => 'General (Skin, Mucosas, Subcutaneous Tissue, etc.)',
'regional' => 'Regional (Head, Neck, Thorax, Abdomen)',
'respiratory' => 'Respiratory System',
'cardiovascular' => 'Cardiovascular System',
'digestive' => 'Digestive System',
'nervous' => 'Nervous System'
];
@endphp
@foreach ($examSections as $secKey => $secLabel)
{{ $secLabel }}
@endforeach