@extends('layouts.landing') @section('title', '2FA Security Cryptocoinhub') @section('content')

Two Factor Authentication

@csrf

2FA Security

@if(count($errors) > 0)
@foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif @if (session('status')) @endif
    @endsection