{{ showError($errors, 'contact_first_name') }}
{{ showError($errors, 'contact_last_name') }}
{{ showError($errors, 'contact_email') }}
{{ showError($errors, 'contact_position') }}
{{ showError($errors, 'contact_password') }}
{{ showError($errors, 'repeat_password') }}
{{ showError($errors, 'contact_phone') }}
@php if($errors->has('name')) { echo $errors->first('name') ; } @endphp
@php if($errors->has('vat_number')) { echo $errors->first('vat_number') ; } @endphp
@php if($errors->has('phone')) { echo $errors->first('phone') ; } @endphp
@php if($errors->has('website')) { echo $errors->first('website') ; } @endphp
@php if($errors->has('address')) { echo $errors->first('address') ; } @endphp
@php if($errors->has('city')) { echo $errors->first('city') ; } @endphp
@php if($errors->has('state')) { echo $errors->first('state') ; } @endphp
@php if($errors->has('zip_code')) { echo $errors->first('zip_code') ; } @endphp