@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("CL",$Leads ))
{!! Form::open(array('url' =>'admin/generate-account-number-post', 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'convertLeadsData', 'enctype'=>'multipart/form-data')) !!}
@else
@endif
Verification Information
{!! Form::close() !!}
@else
Account Information
@if(count($result['accounts_number'])>0)
{{ implode(', ', $result['accounts_number']) }}
{{--
{!! Form::text('name', '', array('class'=>'form-control', 'id'=>'name', 'required'=>'required', 'maxlength'=>'18', 'minlength'=>'15')) !!}
{!! Form::text('name', implode(', ', $result['accounts_number']), array('class'=>'form-control', 'id'=>'name', 'required'=>'required', 'readonly'=>'readonly')) !!}
--}}
{!! Form::text('name', '', array('class'=>'form-control', 'id'=>'name', 'required'=>'required', 'maxlength'=>'19', 'minlength'=>'15')) !!}
{!! Form::text('account_authorization_pwd', '', array('class'=>'form-control', 'id'=>'account_authorization_pwd', 'maxlength'=>'25')) !!}
{!! Form::text('contract_expires', '', array('class'=>'form-control', 'id'=>'contract_expires', 'autocomplete'=>'off')) !!}
{!! Form::text('contract_notes', '', array('class'=>'form-control', 'id'=>'contract_notes')) !!}
Customer Information
{!! Form::text('customers_firstname', '', array('class'=>'form-control', 'id'=>'customers_firstname', 'required'=>'required')) !!}
{!! Form::text('customers_lastname', '', array('class'=>'form-control', 'id'=>'customers_lastname', 'required'=>'required')) !!}
{!! Form::text('customers_email_address', '', array('class'=>'form-control', 'id'=>'customers_email_address')) !!}
{!! Form::checkbox('whatspp_available_for_telephone','1',false, array( 'id'=>'whatspp_available_for_telephone')) !!}
{!! Form::text('customers_telephone', '', array('class'=>'form-control', 'id'=>'customers_telephone', 'required'=>'required', 'minlength'=>'9', 'maxlength'=>'12')) !!}
{!! Form::checkbox('whatspp_available_for_alt_phone','1',false, array( 'id'=>'whatspp_available_for_alt_phone')) !!}
{!! Form::text('alternate_mobile', '', array('class'=>'form-control', 'id'=>'alternate_mobile', 'minlength'=>'9', 'maxlength'=>'12')) !!}
{!! Form::text('quantity', '', array('class'=>'form-control', 'id'=>'quantity', 'required'=>'required')) !!}
{!! Form::text('custom_price', '', array('class'=>'form-control', 'id'=>'custom_price')) !!}
Verification Information
Address Information
{!! Form::text('primary_address', '', array('class'=>'form-control', 'id'=>'primary_address', 'required'=>'required', 'maxlength'=>'35', 'minlength'=>'1')) !!}
{!! Form::text('primary_address2', '', array('class'=>'form-control', 'id'=>'primary_address2', 'maxlength'=>'35', 'minlength'=>'1')) !!}
{!! Form::text('p_city', '', array('class'=>'form-control', 'id'=>'p_city')) !!}
@if(!empty($p_maxlength) && !empty($p_minlength))
{!! Form::text('p_postal_code', '', array('class'=>'form-control', 'id'=>'p_postal_code', 'maxlength'=>$p_maxlength, 'minlength'=>$p_minlength)) !!}
@else
{!! Form::text('p_postal_code', '', array('class'=>'form-control', 'id'=>'p_postal_code')) !!}
@endif
{!! Form::text('other_address', '', array('class'=>'form-control', 'id'=>'other_address', 'required'=>'required')) !!}
{!! Form::text('other_address2', '', array('class'=>'form-control', 'id'=>'other_address2', 'maxlength'=>'35', 'minlength'=>'1')) !!}
{!! Form::text('o_city', '', array('class'=>'form-control', 'id'=>'o_city')) !!}
@if(!empty($o_maxlength) && !empty($o_minlength))
{!! Form::text('o_postal_code', '', array('class'=>'form-control', 'id'=>'o_postal_code', 'maxlength'=>$o_maxlength, 'minlength'=>$o_minlength)) !!}
@else
{!! Form::text('o_postal_code', '', array('class'=>'form-control', 'id'=>'o_postal_code')) !!}
@endif
Optional Information
{!! Form::textarea('account_description', '', array('class'=>'form-control', 'id'=>'account_description', 'rows'=>'3')) !!}
Please contact with SuperAdmin
@endif