{% extends "meta.html" %} {% block title %} Update billing address - {{cfg("sr.ht", "site-name")}} meta {% endblock %} {% block content %}

Update billing address

Please enter your billing details. This information will be included on your invoice.

{{csrf_token()}}
{{valid.summary("fullName")}}
{{valid.summary("businessName")}}
{{valid.summary("country")}}
{{valid.summary("address1")}} {{valid.summary("address2")}}
{{valid.summary("city")}}
{{valid.summary("region")}}
{{valid.summary("postcode")}}
{{valid.summary("vat")}}
Cancel {{icon('caret-right')}}
{% endblock %}