@extends('layouts.head_office_app') @section('title', 'Head office Settings') @section('sub-header')
@endsection @section('content') @php $custom_data_types = get_active_contact_data_types(); $fieldTypeMap = [ 'gender' => 'radio', 'marital_status' => 'radio', 'sexual_orientation' => 'text', 'ethnicity' => 'text', 'date_of_birth' => 'date', ]; @endphp @if (isset($new_contact))