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

ACCOUNT TYPE

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
{{ Form::close() }}
@endsection