@extends('layouts.change-password')
@section('change-password-content')
<livewire:change-password-form /> <!-- This is a placeholder for the Livewire component that handles the login form. -->
@endsection