@extends('layouts.v2.frontend')
@section('title', '| Mobile Verification')
@section('content')
@if(session('payment_error'))
{{ session('payment_error') }}
@endif
Verification Code Confirmation
@php
if ($is_mobile_number_updated) {
$cancelRequestUrl = route('cancel-request-to-update-mobile-number', ['id' => $history_id]);
$text = 'We have sent you a verification code to your requested phone number +' . $formattedNumber . ' to update your mobile number. Click here to cancel the update request.';
} else {
$text = 'We have sent you a verification code to your phone number +' . $formattedNumber;
}
@endphp
It seems you want to cancel your request to change your mobile number. Are you confirm to cancel the request? Please click on "Agree & Continue" if you want to proceed.