@props([ "heading" => null, "logo" => true, "subheading" => null, ])
@if ($logo) @endif @if (filled($heading))

{{ $heading }}

@endif
@if (filled($subheading))

{{ $subheading }}

@endif