replacecd Laravel title

This commit is contained in:
2025-10-31 13:02:23 +01:00
parent ec06d280ea
commit 8e98c151f8
6 changed files with 29 additions and 3 deletions
@@ -34,6 +34,13 @@ new class extends Component {
$this->dispatch('password-updated');
}
public function with(): array
{
return [
'title' => __('Password'),
];
}
}; ?>
<section class="w-full">