@extends('layouts.app') @section('content')
{{ __('Enter Token') }}
@if (session('message'))
{{ session('message') }}
@endif
@csrf
@if ($errors->has('authy_token')) {{ $errors->first('authy_token') }} @endif
@endsection