@extends('layouts.librenmsv1') @section('javascript') @endsection @section('content')

@if(session('twofactoradd'))

Scan with your Two Factor Authenticator.

@endif
{{ csrf_field() }}
@foreach($errors->all() as $error) {{ $error }} @endforeach
@if(!$errors->has('lockout')) @endif
@if(!$errors->has('lockout'))
@endif @if(!$errors->isEmpty())
@endif @if(session('twofactoradd'))
@endif
@endsection