replacecd Laravel title
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user