@extends('layouts.app') @section('page-title', trans('app.authentication_settings')) @section('page-heading', trans('app.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