@if(empty($header)) @if(!empty($title) || !empty($tool))
{{ $title ?? '' }}
{!!$tool ?? ''!!} @if(isset($help_text))

{!!$help_text!!}

@endif
@endif @else
{!! $header !!}
@endif
{{$slot}}