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

{{ $title_description??'' }}

@if (sc_config_admin('customer_lastname'))
@if($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@else
@if($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@endif @if (sc_config_admin('customer_phone'))
@if($errors->has('phone')) {{ $errors->first('phone') }} @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')) @php $country = old('country', $address['country'] ?? ''); @endphp
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@endif @if ($address->id != $customer->address_id)
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush