{!! Form::checkbox('flat_reporting','1',null,['class' => 'form-check-input','id' => 'flat_reporting']) !!}
{!! Form::label('flat_reporting','Bilder zusammenfassen',['class' => 'form-check-label']) !!}
{!! Form::checkbox('show_thumbs','1',null,['class' => 'form-check-input','id' => 'show_thumbs']) !!}
{!! Form::label('show_thumbs','Thumbnails anzeigen',['class' => 'form-check-label']) !!}
{!! Form::checkbox('show_clients','1',null,['class' => 'form-check-input','id' => 'show_clients']) !!}
{!! Form::label('show_clients','Kunden anzeigen',['class' => 'form-check-label']) !!}
{!! Form::checkbox('attach_csv','1',null,['class' => 'form-check-input','id' => 'attach_csv']) !!}
{!! Form::label('attach_csv','CSV anhängen',['class' => 'form-check-label']) !!}