Use this form to setup your BIA Assessor Account by entering in your mailing address and contact phone number. All fields are required. Click Go when ready.
{{ Form::label('line_1', 'Mailing Address', array('style' => 'font-weight: bold;')) }}
{{ Form::text('line_1',
null,
array('style' => 'width: 95%;',
'autofocus' => 'true',
'data-placeholder' => 'Address Line 1',
'data-required' => 'true')) }}
{{ Form::text('line_2',
null,
array('style' => 'width: 95%; margin-top: 0.5em;',
'data-placeholder' => 'Address Line 2')) }}
{{ Form::text('city',
null,
array('style' => 'width: 171px; margin-top: 0.5em;',
'data-placeholder' => 'City',
'data-required' => 'true')) }}
Fatal error : Class 'DB' not found in /home/osaa/web_app/dev/app/views/bia/setup_account.blade.php on line 64