@extends('pricing.header') @section('content')

Enter OTP

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@endif
@csrf
Please enter the one time password
to verify your account
@error('otp')
{{ $message }}
@enderror

@include('pricing.footer') @endsection @section('custom-scripts') @endsection