mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00
15 lines
471 B
PHP
15 lines
471 B
PHP
<x-filament-widgets::widget>
|
|
<x-filament::section
|
|
icon="tabler-server-2"
|
|
icon-color="primary"
|
|
id="intro-first-node"
|
|
collapsible
|
|
persist-collapsed
|
|
:after-header="$action"
|
|
>
|
|
<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>
|