@extends('layouts.layout-2') @section('content') {{-- @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif --}}

{{ __('customer.customer_add') }}

{!! Form::open(['action' => route('user_customer_edit', ['new']), 'class' => 'form-horizontal']) !!}
{{ Form::text('email', '', array('placeholder'=>__('E-Mail Address'), 'class'=>'form-control', 'id'=>'email', 'required'=>true ,'tabindex' => 1)) }} @if ($errors->has('email')) {{ $errors->first('email') }} @endif

{{ __('customer.customer_sovereignty_info1') }}

 

{!! Form::close() !!} {!! Form::open(['action' => route('user_customer_edit', ['new']), 'class' => 'form-horizontal']) !!}
{!! Form::close() !!}
@if($step == 1) {!! Form::open(['action' => route('user_customer_edit', ['new']), 'class' => 'form-horizontal', 'id'=>'lead-form-validation']) !!} @include('admin.customer._edit')
 
{!! Form::close() !!}
@endif
@endsection