@extends('frontend.first_master') @section('first_content')

Two Step Verification 💬

We sent a verification code to your mobile. Enter the code from the mobile in the field below.

@php $mobile = Session::get('mobile'); @endphp

{{$mobile}}

@csrf
Type your 6 digit security code
@if($errors->has('verify_code'))
{{ $errors->first('verify_code') }}
@endif
@if(isset($userMobile)) @endif


Change Number

Didn’t get the code? Resend or  Call Us

@endsection