@extends('layouts.admin') @section('page-title', trans('app.authentication_settings')) @section('content') {{--
--}} {{--
--}} {{--

--}} {{-- @lang('app.authentication')--}} {{-- @lang('app.system_auth_registration_settings')--}} {{--
--}} {{-- --}} {{--
--}} {{--

--}} {{--
--}} {{--
--}}
@include('partials.messages')
Google 2FA Token
@include('settings.partials.two-factor')
reCAPTCHA
@include('settings.partials.recaptcha')
{{----}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('settings.partials.auth')--}} {{--
--}} {{--
--}} {{-- @include('settings.partials.throttling')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('settings.partials.two-factor')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @include('settings.partials.registration')--}} {{--
--}} {{--
--}} {{-- @include('settings.partials.recaptcha')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} @stop @section('scripts') {!! HTML::script('assets/plugins/bootstrap-switch/bootstrap-switch.min.js') !!} @stop @section('styles') {!! HTML::style('assets/plugins/bootstrap-switch/bootstrap-switch.css') !!} @stop