@extends('layouts.member-master') @section('contents') Enter OTP @csrf @if ($errors->has('otp') || $errors->has('email_or_phone')) @if ($errors->has('otp')) {{ $errors->first('otp') }} @endif @if ($errors->has('email_or_phone')) {{ $errors->first('email_or_phone') }} @endif @endif @if (session('success')) {{ session('success') }} @endif @if (session('error')) {{ session('error') }} @endif @error('otp') {{ $message }} @enderror Change Number Expire in 00:19 Resend Verify OTP @csrf @endsection
Expire in 00:19 Resend