Files
RomhackPlaza/resources/views/components/entry-section-title.blade.php
2026-05-20 18:25:15 +02:00

4 lines
114 B
PHP

<h2 class="entry-section-title">
@if( $icon != '' )<i data-lucide="{{ $icon }}"></i>@endif {{ $label }}
</h2>