@php $editing = isset($patient) @endphp
@php $selected = old('country_code_phone', ($editing ? $patient->country_code_phone : '')) @endphp @foreach($countries as $value => $label) @endforeach @php $selected = old('country_code_whatsapp', ($editing ? $patient->country_code_whatsapp : '')) @endphp @foreach($countries as $value => $label) @endforeach @php $selected = old('sex', ($editing ? $patient->sex : '')) @endphp @php $selected = old('age', ($editing ? $patient->age : '')) @endphp