@php $title = $title ?? ''; $count = (int) ($count ?? 0); $url = $url ?? '#'; $icon = $icon ?? null; $iconClass = $iconClass ?? 'fas fa-leaf'; @endphp
@if($icon) {{ $title }} @else @endif

{{ $title }}

@if($count > 0) {{ $count }} @endif
View All