@extends('layouts.app') @section('page-title', __('Authentication Settings')) @section('page-heading', __('Authentication')) @section('breadcrumbs') @stop @section('content') @include('partials.messages')
@include('settings.partials.auth') @include('settings.partials.two-factor')
@include('settings.partials.throttling')
@include('settings.partials.registration')
@include('settings.partials.recaptcha')
@stop