replacecd Laravel title
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
use Livewire\Volt\Component;
|
||||
|
||||
new class extends Component {
|
||||
//
|
||||
public function with(): array
|
||||
{
|
||||
return [
|
||||
'title' => __('Appearance'),
|
||||
];
|
||||
}
|
||||
}; ?>
|
||||
|
||||
<section class="w-full">
|
||||
|
||||
Reference in New Issue
Block a user