@section('content') {{ HTML::style('css/signature_codepen.css') }} @section('scripts') {{ HTML::script('js/jquery.mousewheel.js') }} {{ HTML::script('js/jquery.jscrollpane.min.js') }} {{ HTML::script('js/printThis.js') }} @stop
@include('offerings.registration.left_nav')

Account Certification

Please review the information below carefully and check the appropriate boxes to agree to certifications and Terms and Conditions of Advisory Agreement. Once this is completed, select Submit to open the account.

Primary Account Owner Information

Name:
{{ $member->firstName.' '.$member->lastName }}
Address:
@if(!empty($member->primaryAddress->line2))
{{ $member->primaryAddress->line1.', '.$member->primaryAddress->line2.', '.$member->primaryAddress->city.' '.$member->primaryAddress->state.', '.$member->primaryAddress->zipcode }}
@else
{{ $member->primaryAddress->line1.', '.$member->primaryAddress->city.' '.$member->primaryAddress->state.', '.$member->primaryAddress->zipcode }}
@endif
Email:
{{ $member->email1 }}
Tax ID:
{{ $member->tid }}

{{ $agreement->title }}

{{ $agreement->content }}
@if(!empty($offering->offering_id))

DOWNLOAD PDF | PRINT | EMAIL

@else

DOWNLOAD PDF | PRINT | EMAIL

@endif
{{ Form::open(array('class' => 'sigPad')) }}
{{ Form::close() }}
@endsection