Leaves Records
{!! Form::select('country', [''=>'Select country'] + $country, null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('country', '

:message

') !!}
{!! Form::text('first_year', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('first_year', '

:message

') !!}
{!! Form::text('second_year', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('second_year', '

:message

') !!}
{!! Form::text('third_year', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('third_year', '

:message

') !!}
{!! Form::submit(isset($submitButtonText) ? $submitButtonText : 'Create', ['class' => 'btn green']) !!}