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
@@ -67,6 +67,13 @@ new class extends Component {
Session::flash('status', 'verification-link-sent');
}
public function with(): array
{
return [
'title' => __('Profile'),
];
}
}; ?>
<section class="w-full">