{{ trans('labels.AddCustomer') }}
@if(count($customers['message'])>0)
{{ $customers['message'] }}
@endif
@if(count($customers['errorMessage'])>0)
{{ $customers['errorMessage'] }}
@endif
{!! Form::open(array('url' =>'admin/addnewcustomers', 'method'=>'post', 'class' => 'form-horizontal form-validate', 'enctype'=>'multipart/form-data')) !!}
{!! Form::close() !!}
{!! Form::text('customers_firstname', '', array('class'=>'form-control field-validate', 'id'=>'customers_firstname')) !!}
{{ trans('labels.FirstNameText') }}
{!! Form::text('customers_lastname', '', array('class'=>'form-control field-validate', 'id'=>'customers_lastname')) !!}
{{ trans('labels.lastNameText') }}
{!! Form::file('newImage', array('id'=>'newImage')) !!}
{{ trans('labels.PictureText') }}
{!! Form::text('customers_dob', '', array('class'=>'form-control datepicker' , 'id'=>'customers_dob')) !!}
{{ trans('labels.DOBText') }}
{!! Form::text('customers_telephone', '', array('class'=>'form-control', 'id'=>'customers_telephone')) !!}
{{ trans('labels.TelephoneText') }}
{!! Form::text('customers_fax', '', array('class'=>'form-control', 'id'=>'customers_fax')) !!}
{{ trans('labels.FaxText') }}
{!! Form::text('email', '', array('class'=>'form-control email-validate', 'id'=>'email')) !!}
{{ trans('labels.EmailText') }}
{!! Form::password('password', array('class'=>'form-control field-validate', 'id'=>'password')) !!}
{{ trans('labels.PasswordText') }}
{{ trans('labels.StatusText') }}