{{-- Form Starts Here --}} {{Form::open(['route' => ['corporate-client.store'], 'name' => 'becomeCorporateClientForm', 'class' => 'become-client-form become-client__form become-client-form_corporate'])}}
{{Form::text('slide_text',null,array( 'class' => 'text-input become-client-form__input', 'hidden'=>'hidden'))}} {{Form::text('full_name',null,array('placeholder'=>Lang::get('castle.full_name').'*', 'class' => 'text-input become-client-form__input'))}} {{Form::text('phone',null,array('placeholder'=>Lang::get('castle.phone'), 'class' => 'phone-input become-client-form__input'))}} {{Form::text('email',null,array('placeholder'=>Lang::get('castle.email').'*', 'class' => 'email-input become-client-form__input become-client-form__input_email'))}}

All personal information provided to Castle Family Office will be retained in line with legal and regulatory requirements. Castle Family Office will not disclose your personal information to third parties unless it is legally obliged to do so. You have the right to request access to your personal data as well as the right to rectify and where applicable, erase any inaccurate, incomplete or immaterial personal data held by Castle Family Office by contacting us on info@castle-familyoffice.sg

{{Form::submit(Lang::get('castle.send'),array('class' => 'button button_dark-grey become-client-form__button'))}}
{{Form::close()}} {{-- Form Ends Here --}}