@php
$nextOfKinOptions = [
'Father',
'Mother',
'Brother',
'Sister',
'Son',
'Daughter',
'Uncle',
'Aunt',
'Cousin',
'Nephew',
'Niece',
'Grandfather',
'Grandmother',
'Husband',
'Wife',
];
@endphp
@php
$maritalStatusOptions = [
'Single',
'Married',
'Divorced',
'Widowed',
'Separated',
'Engaged',
];
@endphp