@extends('layouts.app', ['title' => 'Verify OTP | Print Cards']) @section('content')

Verify Registration OTP

Enter the 6-digit OTP sent to {{ $user->email }} and {{ $user->mobile }}.

@if($demoOtp)
Demo OTP: {{ $demoOtp }}
@endif
@csrf
@csrf
@endsection