@section('content')
@include('account.left_nav')
{{ Form::open(array('method' => 'put')) }}

ACCOUNT APPLICATION

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