@extends('admin.layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('address1')) {{ $errors->first('address1') }} @endif
@if ($errors->has('address2')) {{ $errors->first('address2') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @else @if ($customer) {{ trans('customer.admin.keep_password') }} @endif @endif
@endsection @push('styles') {{-- switch --}} @endpush @push('scripts') {{-- switch --}} @endpush