mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 05:14:46 +02:00
19 lines
569 B
PHP
19 lines
569 B
PHP
<x-filament-widgets::widget>
|
|
<x-filament::section
|
|
icon="tabler-heart-filled"
|
|
icon-color="danger"
|
|
id="intro-support"
|
|
collapsible
|
|
persist-collapsed
|
|
:after-header="$action"
|
|
>
|
|
<x-slot name="heading">{{ trans('admin/dashboard.sections.intro-support.heading') }}</x-slot>
|
|
|
|
<p>{{ trans('admin/dashboard.sections.intro-support.content') }}</p>
|
|
|
|
<p><br /></p>
|
|
|
|
<p>{{ trans('admin/dashboard.sections.intro-support.extra_note') }}</p>
|
|
</x-filament::section>
|
|
</x-filament-widgets::widget>
|