{!! Form::open(array('route' => ['schedule.vakttype-save', $punchClock->id], 'method' => 'POST' ,'id' => 'ajaxModalVakttypeSave','files' => true)) !!}
{!! Form::label('vakttype', __('schedule.vakttype')) !!} {!! Form::select('vakttype', vaktType(), $punchClock->vakttype, ['class' => 'form-control select2']) !!}
{!! Form::close() !!}