3 <input value="true" id="{{$name}}" type="checkbox" name="{{$name}}"
4 @if($errors->has($name)) class="neg" @endif
5 @if(old($name) || (!old() && isset($model) && $model->$name)) checked="checked" @endif
10 @if($errors->has($name))
11 <div class="text-neg text-small">{{ $errors->first($name) }}</div>