@lang('app.general')
{!! Form::open(['route' => 'backend.settings.auth.update', 'id' => 'auth-general-settings-form']) !!}
{!! Form::checkbox('remember_me', 1, settings('remember_me'), ['class' => 'switch', 'id' => 'switch-remember-me']) !!}
@lang('app.should_remember_me_be_displayed')
{!! Form::checkbox('forgot_password', 1, settings('forgot_password'), ['class' => 'switch', 'id' => 'switch-forgot-pass']) !!}
@lang('app.enable_disable_forgot_password')
{!! Form::close() !!}