unioil-cms-fe/resources/views/auth/change-password.blade.php

6 lines
210 B
PHP

@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