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

:message

') !!}
{!! Form::select('branch', [''=>'Select Branch'] + $branch, null, ['class' => 'm-wrap span12','id'=>'branch_name']) !!} {!! $errors->first('branch', '

:message

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

:message

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

:message

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