@props(['icon' => null, 'badge' => null, 'title' => null, 'subtitle' => null, 'guest' => false])
$guest, $attributes->get('class'), ])> @if ($icon || $badge || $iconSrc)
@if ($icon) {{ $icon }} @elseif ($iconSrc) {{ $iconSrc }} @elseif ($badge) {{ $badge }} @endif
@endif
@if($title)

{{ $title }}

@endif @if($subtitle)

{{ $subtitle }}

@endif