@extends('app.layout') @section('sub_content')
@if (session('success')) @endif @if (session('error')) @endif
@include('app.settings.nav')
@method('PATCH') @csrf
{{__('Allow Registration')}}
{{__('E-mail Verification')}}
{{__('Show Remember Me')}}
{{__('Show Forgot Password')}}
@endsection