{{ __('Address Information') }}

{{ __("Update your delivery and billing address. This is used for tax calculation during checkout.") }}

@csrf @method('patch')
{{ __('Save Address') }} @if (session('status') === 'address-updated')

{{ __('Saved.') }}

@endif