@extends('backend.layouts.main') @section('title', 'MLI ATS | Change Password') @section('content')
@include('backend.share.title', ['title' => 'Manage Password'])
@csrf

Change Password

New Password
Confirm Password
@error('new_confirm_password') @include('backend.share.error-message', ['message' => $message]) @enderror
@include('backend.share.update-button', ['name' => 'Update'])
@endsection