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

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

******0789

@csrf
@if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif

@endsection