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