@php
$symptoms = [
'fever' => 'Fever',
'cough' => 'Cough',
'hemoptysis' => 'Hemoptysis',
'weight_loss' => 'Weight loss',
'appetite_loss' => 'Loss of appetite',
'chest_pain' => 'Chest pain',
'night_sweats' => 'Night sweats',
'neck_glands' => 'Neck glands',
'fatigue' => 'Fatigue',
];
@endphp
@foreach ($symptoms as $key => $label)
@endforeach
Select all that apply and capture duration in days.
No symptoms selected