@extends('layouts.app') @section('title', 'Verify OTP - GrowCash') @section('content')
G

Verify Email

We have sent an OTP code to your email. Please enter the code below.

@csrf
@error('otp_code')

{{ $message }}

@enderror
@csrf
@endsection