@section('site_title', formatTitle([__('Billing information'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('dashboard'), 'title' => __('Home')], ['url' => route('settings'), 'title' => __('Settings')], ['title' => __('Billing information')], ]])

{{ __('Billing information') }}

{{ __('Billing information') }}
@include('shared.message')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif