@extends('layouts.main-app') @section('title', 'OTP') @section('content') @include('layouts.navbar')
@csrf

Verify your Account

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

A One-Time Password (OTP) has been sent to your registered email.

Didn't receive the code?
in 01:00
@include('layouts.footer') @endsection