@extends('auth.layouts.app') @section('content')
Require Two Factor Authentication

In order to get access to this portal , you need to authenticate your device .

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif Enter the pin from Authenticator app

{{ csrf_field() }}
@endsection