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

OTP Verification

Enter the OTP sent to your mobile number.

@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf
{{-- Resend --}}
@endsection