Files
RomhackPlaza/resources/views/components/form-group-title.blade.php

8 lines
168 B
PHP
Raw Normal View History

2026-05-20 18:25:15 +02:00
<h3 class="form-group-title">
@if( $icon !== "" )
<i data-lucide="{{ $icon }}" color="var(--rhpz-orange"></i>
@endif
{{ $label }}
</h3>
{{ $slot }}