{{-- Form Section Component ─────────────────────── Fieldset dengan judul untuk mengelompokkan field form. Usage:
Props: title string required icon string optional — Bootstrap icon class desc string optional — deskripsi singkat di bawah judul --}} @props([ 'title', 'icon' => null, 'desc' => null, ])
@if($icon)@endif {{ $title }} @if($desc)

{{ $desc }}

@endif {{ $slot }}