{{-- Form Starts Here --}} {{Form::open(['route' => ['individual-client.store'], 'name' => 'becomeIndividualClientForm', 'class' => 'become-client-form become-client__form become-client-form_individual', 'files'=>'true'])}}
@lang('marketplace.become-client')
{{Form::select('individual_client_type', array('none' => Lang::get('marketplace.individual-client-type.not_selected').'*', 'Financial advisor' => Lang::get('marketplace.individual-client-type.financial_advisor'), 'Private investor' => Lang::get('marketplace.individual-client-type.private_investor'), ), null, ['class' => 'become-client-form__individual-client-type'])}} {{Form::checkbox('find_out_more', 'value', false, ['id' => 'find_out_more', 'class' => 'become-client-form__checkbox'])}} {{Form::label('find_out_more', Lang::get('marketplace.find_out_more_label'), array('class' => 'become-client-form__input-label'))}} {{Form::text('name',null,array('placeholder'=>Lang::get('marketplace.full_name').'*', 'class' => 'text-input become-client-form__input become-client-form__input_name'))}} {{Form::text('passport_id',null,array('placeholder'=>Lang::get('marketplace.passport_id').'*', 'class' => 'text-input become-client-form__input'))}} {{Form::label('passport_id_file', Lang::get('marketplace.attach_passport_id'), array('class' => 'become-client-form__input-label'))}} {{Form::file('passport_id_file', array('class' => 'become-client-form__input-file become-client-form__input-file_passport_id'))}} {{Form::text('phone',null,array('placeholder'=>Lang::get('marketplace.phone').'*', 'class' => 'phone-input become-client-form__input become-client-form__input_phone'))}} {{Form::text('email',null,array('placeholder'=>Lang::get('marketplace.email').'*', 'class' => 'email-input become-client-form__input become-client-form__input_email'))}} {{----}} {{Form::text('how_know',null,array('placeholder'=>Lang::get('marketplace.how_know').'*', 'class' => 'text-input become-client-form__input become-client-form__input_how-know'))}} {{Form::select('interested_products', array('none' => Lang::get('marketplace.interested_products.not_selected').'*', 'Insurance' => Lang::get('marketplace.interested_products.insurance'), 'Legal structuring' => Lang::get('marketplace.interested_products.legal_structuring'), 'Trusts' => Lang::get('marketplace.interested_products.trusts'), 'Alternative investments' => Lang::get('marketplace.interested_products.alternative_investments'), 'Investment management' => Lang::get('marketplace.interested_products.investment_management'), 'Financial advisory' => Lang::get('marketplace.interested_products.financial_advisory'), 'Structured products' => Lang::get('marketplace.interested_products.structured_products'), 'Concierge services' => Lang::get('marketplace.interested_products.concierge_services'), 'IT solutions' => Lang::get('marketplace.interested_products.it_solutions'), 'Funds' => Lang::get('marketplace.interested_products.funds'), 'Crowdfunding solutions' => Lang::get('marketplace.interested_products.crowdfunding_solutions'), ), null, ['class' => 'become-client-form__interested-products'])}} {{Form::label('cv_file', Lang::get('marketplace.attach_cv'), array('class' => 'become-client-form__input-label'))}} {{Form::file('cv_file', array('class' => 'become-client-form__input-file'))}} {{Form::submit(Lang::get('marketplace.send'),array('class' => 'button button_blue become-client-form__button'))}} {{Form::close()}} {{-- Form Ends Here --}}