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

Number Change

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

{{$mobile}}

@csrf
@if($errors->has('new_mobile'))
{{ $errors->first('new_mobile') }}
@endif
@if(isset($userMobile)) @endif


Didn’t get the code? Resend or  Call Us

@endsection