@php /** * Honest empty band — the section head plus a "No X yet." note. The same device * the testimonials band established: on a fresh install no content band silently * vanishes, it says what will live there once the marketplace has content. * * @var string $eyebrow section eyebrow (already translated) * @var string $title section title (already translated) * @var string $icon Font Awesome 5 icon class for the empty mark * @var string $msg the "No X yet." line (already translated) */ @endphp
{!! $eyebrow !!}

{!! $title !!}

{!! $msg !!}