{{ __('locale.customer.personal_information') }}

@csrf
{{__('locale.customer.personal_information')}}
customer) && $customer->customer->phone) value="{{ $customer->customer->phone }}" @endif name="phone" required> @error('phone')

{{ $message }}

@enderror
customer) && $customer->customer->company) value="{{ $customer->customer->company }}" @endif name="company"> @error('company')

{{ $message }}

@enderror
customer) && $customer->customer->website) value="{{ $customer->customer->website }}" @endif name="website"> @error('website')

{{ $message }}

@enderror
{{__('locale.labels.address')}}
customer) && $customer->customer->address) value="{{ $customer->customer->address }}" @endif name="address" required> @error('address')

{{ $message }}

@enderror
customer) && $customer->customer->city) value="{{ $customer->customer->city }}" @endif name="city" required> @error('city')

{{ $message }}

@enderror
customer) && $customer->customer->state) value="{{ $customer->customer->state }}" @endif name="state"> @error('state')

{{ $message }}

@enderror
@error('country')

{{ $message }}

@enderror
{{ __('locale.labels.billing_address') }}
customer) && $customer->customer->financial_address) value="{{ $customer->customer->financial_address }}" @endif name="financial_address"> @error('financial_address')

{{ $message }}

@enderror
customer) && $customer->customer->financial_city) value="{{ $customer->customer->financial_city }}" @endif name="financial_city"> @error('financial_city')

{{ $message }}

@enderror
customer) && $customer->customer->financial_postcode) value="{{ $customer->customer->financial_postcode }}" @endif name="financial_postcode"> @error('financial_postcode')

{{ $message }}

@enderror
customer) && $customer->customer->tax_number) value="{{ $customer->customer->tax_number }}" @endif name="tax_number"> @error('tax_number')

{{ $message }}

@enderror