{{--
@if (empty($header)) @if (!empty($title) || !empty($tool))
{!!$icon ?? '' !!}

{{ $title ?? '' }}

{!!$tool ?? ''!!} @if (isset($help_text))
{!!$help_text!!} @endif
@endif @else
{!! $header !!}
@endif
{{$slot}}
--}}
@if (empty($header)) @if (!empty($title) || !empty($tool))
{!! $icon ?? '' !!}

{{ $title ?? '' }}

{!! $tool ?? '' !!} @if (isset($help_text))
{!! $help_text !!} @endif
@endif @else
{!! $header !!}
@endif
{{ $slot }}