@extends('layouts.merchant') @section('content')
@if(Session::has('failure'))
{{ Session::get('failure') }}
@endif

Change Password * Required Fields

You will be asked to login again after updating the password.

{{ $errors->first('current_password') }}
{{ $errors->first('confirm_password') }}
{{ $errors->first('confirm_password') }}
@csrf
@endsection @section('ext_js') @endsection