@extends($templatePathAdmin.'layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('customer_id')) {{ $errors->first('customer_id') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if (sc_config_admin('customer_lastname'))
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@endif @if (sc_config_admin('customer_name_kana'))
@if ($errors->has('first_name_kana')) {{ $errors->first('first_name_kana') }} @endif
@if ($errors->has('last_name_kana')) {{ $errors->first('last_name_kana') }} @endif
@endif @if (sc_config_admin('customer_company'))
@if ($errors->has('company')) {{ $errors->first('company') }} @endif
@endif @if (sc_config_admin('customer_postcode'))
@if ($errors->has('postcode')) {{ $errors->first('postcode') }} @endif
@endif
@if ($errors->has('address1')) {{ $errors->first('address1') }} @endif
@if (sc_config_admin('customer_address2'))
@if ($errors->has('address2')) {{ $errors->first('address2') }} @endif
@endif @if (sc_config_admin('customer_address3'))
@if ($errors->has('address3')) {{ $errors->first('address3') }} @endif
@endif @if (sc_config_admin('customer_country'))
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@endif @if (sc_config_admin('customer_phone'))
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@endif
@if ($errors->has('currency')) {{ $errors->first('currency') }} @endif
@if ($errors->has('exchange_rate')) {{ $errors->first('exchange_rate') }} @endif
@if ($errors->has('payment_method')) {{ $errors->first('payment_method') }} @endif
@if ($errors->has('shipping_method')) {{ $errors->first('shipping_method') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

@endsection @push('styles') @endpush @push('scripts') @endpush