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

:message

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

:message

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

:message

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

:message

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