@extends($layoutBlade) @section('content')
Verification Code
@csrf @if(session('message'))
{{session('message')}}
@endif
Please enter the code sent to {{ $maskedCellNumber }}.
Didn't recieve the verification code? resend code Resending...
Change phone number
@{{ response.message }} Confirmation code has been resent!
@endsection