@extends('layouts/default') {{-- Page title --}} @section('title') Update Security Settings @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content') {{ Form::open(['method' => 'POST', 'files' => true, 'class' => 'form-horizontal', 'role' => 'form' ]) }} {{csrf_field()}}
{{ trans('admin/settings/general.two_factor_enabled_warning') }}
@if (config('app.lock_passwords')){{ trans('general.feature_disabled') }}
@endif {!! $errors->first('two_factor_enabled', ':message') !!}