@extends('layouts/fullLayoutMaster') @section('title', '2 Factor Chanllenge') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
{{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}
{{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }}
@csrf
{{ __('Log in') }}
or
@endsection