{!! APFrmErrHelp::showErrorsNotice($errors) !!} @include('flash::message')
Enter Username:
{!! Form::text('username_jobg8', null, array('class'=>'form-control', 'contenteditable'=>'true', 'id'=>'username_jobg8', 'placeholder'=>'Enter Username Here')) !!} {!! APFrmErrHelp::showErrors($errors, 'username_jobg8') !!}
Enter Password:
{!! Form::text('password_jobg8', null, array('class'=>'form-control', 'contenteditable'=>'true', 'id'=>'password_jobg8', 'placeholder'=>'Enter Password Here')) !!} {!! APFrmErrHelp::showErrors($errors, 'password_jobg8') !!}
Enter Account Number:
{!! Form::text('accountnumber_jobg8', null, array('class'=>'form-control', 'contenteditable'=>'true', 'id'=>'accountnumber_jobg8', 'placeholder'=>'Enter Account Number')) !!} {!! APFrmErrHelp::showErrors($errors, 'accountnumber_jobg8') !!}
If you want to import jobs from jobg8 api then click on this link: {{url('/job8')}}