@section('title', 'Forgot Password') @include('admin.layouts.head')
{{ Form::open(['route' => 'admin.password.email']) }}
{{ Form::select('mobile_code',['+91' => '+91', '+92' => '+92', '+93' => '+93', '+94' => '+94', '+95' => '+95', ], old('mobile_code'), ['class' => 'form-control']) }}
{{ Form::text('mobile_number', old('mobile_number'), ['class' => 'form-control', 'placeholder' => 'Mobile Number']) }} @error('email')
{{ $message }}
@enderror
Back to login
Recover Password
© 2024 Rashtriya Vikasvadi Janta Party.All Rights Reserved
@include('admin.layouts.footer')