@extends('layouts.app') @section('content')

OTP Verification

@csrf
@if ($errors->has('otp_verification')) {{ $errors->first('otp_verification') }} @endif
@endsection