@props([ 'title', 'description' => null, 'helper' => null, 'flush' => false, ])
merge(['class' => 'application-settings-section']) }}>

{{ $title }}

@if ($helper) @endif
@isset($actions)
{{ $actions }}
@endisset
{{ $slot }}