{{\App::setLocale(Session::get('locale'))}}
{{config('app.name')}} | @lang('word.reset_password')
{{--
--}}
@if($errors->any())
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif @if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif @if($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif @if($errors->has('password'))
{{ $errors->first('password') }}
@endif @if($errors->has('se_password'))
{{ $errors->first('se_password') }}
@endif @if($errors->has('sponsor'))
{{ $errors->first('sponsor') }}
@endif @if($errors->has('country'))
{{ $errors->first('country') }}
@endif @if($errors->has('email'))
{{ $errors->first('email') }}
@endif @if($errors->has('otp_code'))
{{ $errors->first('otp_code') }}
@endif
@endif
{{ csrf_field() }}
@lang('word.reset_password')
@lang('word.send_otp')
@lang('word.sign_in')
@lang('word.submit')
Copyright © 2019 ZCF. All Rights Reserved.