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

{{ __('Billing information') }}

{{ __('Billing information') }}
@include('shared.message')
@csrf
@if ($errors->has('billing_vendor')) {{ $errors->first('billing_vendor') }} @endif
@if ($errors->has('billing_invoice_prefix')) {{ $errors->first('billing_invoice_prefix') }} @endif
@if ($errors->has('billing_address')) {{ $errors->first('billing_address') }} @endif
@if ($errors->has('billing_city')) {{ $errors->first('billing_city') }} @endif
@if ($errors->has('billing_state')) {{ $errors->first('billing_state') }} @endif
@if ($errors->has('billing_postal_code')) {{ $errors->first('billing_postal_code') }} @endif
@if ($errors->has('billing_country')) {{ $errors->first('billing_country') }} @endif
@if ($errors->has('billing_phone')) {{ $errors->first('billing_phone') }} @endif
@if ($errors->has('billing_vat_number')) {{ $errors->first('billing_vat_number') }} @endif