{{-- listen for change in nationality and state event and set it as the value of their respective state variable. The values of $state is passed on form submit. therefore we set the selected nationality using the browser event fired --}}
@php ($religions = ['Christianity', 'Islam', 'Hinduism', 'Buddhism', 'Other'])
@foreach ($religions as $religion)
@endforeach
@php ($bloodGroups = ['A+', 'A-', 'B+', 'B-', 'AB+', 'Ab-', 'O+', 'O-'])
@foreach ($bloodGroups as $bloodGroup)
@endforeach