@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if(!$parentAccount)
{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.MissingParentAccount', __('Main Customer Account (10204) is missing. Please create account 10204 - Customers (Debtors) in the Chart of Accounts before saving any customer.')) }}
@endif