{!! Form::checkbox($name, null, $checked) !!} @if ($errors->has($name))
{{ $errors->first($name) }}.
@endif