@props([ 'head' => false, 'text' => false, ]) @if ($head)

{{ $head }}

@endif @if ($text)
{{ $text }}
@endif
{{ $slot }}