@lang('app.general')
{!! Form::open(['route' => 'settings.auth.update', 'id' => 'registration-settings-form']) !!}


{!! Form::checkbox('tos', 1, settings('tos'), ['class' => 'switch', 'data-on-text' => trans('app.yes'), 'data-off-text' => trans('app.no')]) !!}

{!! Form::checkbox('reg_email_confirmation', 1, settings('reg_email_confirmation'), ['class' => 'switch']) !!}
{!! Form::close() !!}