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

@lang('app.authentication') @lang('app.system_auth_registration_settings')

@include('partials.messages')
@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