Files
larablog/resources/views/filament/partials/plugin-docs.blade.php
T
gouki 3cec4c5e18
CI / PHPUnit (PHP 8.3) (push) Failing after 4s
CI / PHPUnit (PHP 8.2) (push) Failing after 1m9s
CI / Deploy (manual gate) (push) Skipped
wip: article AI polish, category SEO fields, cover generator, membership plan seeder
2026-09-07 18:48:37 +00:00

8 lines
172 B
PHP

<div class="lb-plugin-docs">
@if (($html ?? '') === '')
<p>{{ __('admin.messages.plugin_docs_missing') }}</p>
@else
{!! $html !!}
@endif
</div>