Initial commit
This commit is contained in:
7
resources/views/components/form-group-title.blade.php
Normal file
7
resources/views/components/form-group-title.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<h3 class="form-group-title">
|
||||
@if( $icon !== "" )
|
||||
<i data-lucide="{{ $icon }}" color="var(--rhpz-orange"></i>
|
||||
@endif
|
||||
{{ $label }}
|
||||
</h3>
|
||||
{{ $slot }}
|
||||
Reference in New Issue
Block a user