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

INVESTOR PROFILE

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



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