{!! Form::open(['novalidate' => 'novalidate', 'onsubmit' => 'return makeSubCustomer(this);', 'files' => true]) !!}

Add Customer

{!! Form::text('customer', '' , ['class' => 'form-control searchCustomer', 'placeholder' => 'Search Customer', 'required'=>'true']) !!}
{!! Form::hidden('parentCustomId' , 0 ) !!} {!! Form::hidden('customerId' , $user->id ) !!}
{!! Form::close() !!}