mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 20:14:46 +02:00
15 lines
474 B
PHP
15 lines
474 B
PHP
<x-filament-widgets::widget>
|
|
<x-filament::section
|
|
icon="tabler-server-2"
|
|
icon-color="primary"
|
|
id="intro-first-node"
|
|
collapsible
|
|
persist-collapsed
|
|
:header-actions="$actions"
|
|
>
|
|
<x-slot name="heading">{{ trans('admin/dashboard.sections.intro-first-node.heading') }}</x-slot>
|
|
|
|
<p>{{ trans('admin/dashboard.sections.intro-first-node.content') }}</p>
|
|
</x-filament::section>
|
|
</x-filament-widgets::widget>
|