@extends('dashboard.layouts.master') @section('title', 'Change Password - Step 1') @section('content')

Change Password

{{ __('backend.dashboard') }} / Change Password
@if(Session::has('errorMessageNewPassword'))
{{ Session::get('errorMessageNewPassword') }}
@endif {!! Form::open(['route' => ['admin-change-password-send-otp'], 'method' => 'POST', 'id' => 'form-step-1', 'autocomplete' => 'off','class'=>'form-horizontal']) !!}
Note: Admin gets User Verification code on Email ID
{{Form::close()}}
@endsection