@extends('layouts.admin') @section('title', 'Change Password') @section('page_title', 'Change Password') @section('content')
Change Password
@csrf
{{-- CURRENT PASSWORD --}}
{{-- NEW PASSWORD --}}
{{-- CONFIRM PASSWORD --}}
{{-- PASSWORD RULES --}}
Password requirements:
→ Minimum 8 characters
→ Must be different from current
→ New and confirm must match
Cancel
@endsection @section('scripts') @endsection