@php
$readmeHtml = $plugin->getReadmeHtml();
@endphp
@if(!empty($customView))
@includeIf($customView, ['plugin' => $plugin, 'fields' => $fields ?? [], 'errors' => $errors ?? []])
@else
@endif
@if(!empty($readmeHtml) && trim($readmeHtml) !== '')
@endif