@include('backend.partials.header')
logo Confirm OTP
@if (\Session::has('success'))

{!! \Session::get('success') !!}

@elseif (\Session::has('warning'))

{!! \Session::get('warning') !!}

@endif
@csrf

Check Your Phone. We have sent you a 5 digit OTP. Please confirm that OTP to verify you phone number for registration.
{{ substr(session('mobile'), 0, 2).'********'.substr(session('mobile'), -2)}}

@error('otp') {{ $message }} @enderror
@csrf

Didn't get? Resend Code!

@include('backend.partials.footer')