@section('content')
@include('offerings.registration.left_nav')
@if(empty($investment_obj)) {{ Form::open() }} @else {{ Form::open(array('method' => 'put')) }} @endif

INVESTOR PROFILE

Since this is your first investment through Banq, you will need to setup your account at TriPoint Global Securities, LLC. Please complete the following form.



@if($errors->has())
@foreach ($errors->all() as $row)
{{ $row }}
@endforeach
@endif