@extends('admin.layout') @section('title', 'Change Password') @section('content')

🔐 Change Password

@if (session('status') === 'password-updated')
Password updated successfully.
@endif
@csrf
@endsection