@php $id = 'popup_update_profile'; $update_profile_cta_id = $id . '-submit-address'; @endphp @once @push('script') @endpush @endonce @php $addr_form_labels = []; if (getCustomizeViewPath('popup.address_form', 'address-form-global') === 'address-form-global') { data_set($addr_form_labels, 'state', __('label.country')); } @endphp @component(getPopupLayout(), ['id'=>$id])
{{ 'Update Profile' }}
@component('components.main.address-form-only', [ 'cta_id' => $update_profile_cta_id, 'labels' => $addr_form_labels, ]) @endcomponent
@endcomponent