@section('content') @include('about_us/menu')

Non-US investors


Thank you for your interest in BANQ. Currently, our investment portal is only available to US residents. However, we are still able to connect non-US investors directly with investment opportunities offline. If you wish to be contacted by one of our brokers, please fill in the form below.

@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if($errors->has())
@foreach ($errors->all() as $row)
{{ $row }}
@endforeach
@endif {{ Form::open(array('class' => 'contact-us')) }}
{{ Form::close() }}
@endsection