@lang('General')
{!! Form::open(['route' => 'settings.auth.update', 'id' => 'auth-general-settings-form']) !!}
{!! Form::checkbox('remember_me', 1, setting('remember_me'), ['class' => 'switch', 'id' => 'switch-remember-me']) !!}
@lang("Should 'Remember Me' checkbox be displayed on login form?")
{!! Form::checkbox('forgot_password', 1, setting('forgot_password'), ['class' => 'switch', 'id' => 'switch-forgot-pass']) !!}
@lang('Enable/Disable forgot password feature.')
{!! Form::close() !!}