@csrf
{{ __('person.edit_contact') }}
{{-- street --}}
{{-- number --}}
{{-- postal_code --}}
{{-- city --}}
{{-- province --}}
{{-- state --}}
{{-- country --}}
{{-- show on google maps button --}}
@if ($person->address_google) @endif
{{-- phone --}}
{{ __('app.unsaved_changes') }} ... {{ __('app.saved') }}
{{ __('app.cancel') }} {{ __('app.save') }}