@extends('common.layouts.main') @section('main-section')

Over 1 Millions learners trust us for their preparation.

Verify Your Mobile

Please enter the 4 digit code sent to mobile

@if (Session::has('success'))
{{Session::get('success')}}
@endif @if (Session::has('fail'))
{{Session::get('fail')}}
@endif
@csrf

Didn't receive a code ? Resend

@endsection