@props([ 'label' => '', 'title' => '', 'sub' => '', 'titleId' => null, 'row' => true, 'onDark' => false, ])
class([ 'section-head', 'section-head--row' => $row, 'section-head--on-dark' => $onDark, ]) }}>
@if ($label !== '') {{ $label }} @endif @if ($title !== '')

{{ $title }}

@endif @if ($sub !== '')

{{ $sub }}

@endif
{{ $slot }}