@extends('layouts.app') @section('page-title', trans('app.authentication_settings')) @section('page-heading', trans('app.authentication')) @section('breadcrumbs')
@lang('app.settings')
@lang('app.authentication')
@stop @section('content') @include('partials.messages')
@lang('app.authentication')
@lang('app.registration')
@include('settings.partials.auth') @include('settings.partials.two-factor')
@include('settings.partials.throttling')
@include('settings.partials.registration')
@include('settings.partials.recaptcha')
@stop