@props([ 'name' => null, 'label' => null, 'count' => 0, 'icon' => null, 'icon_style' => null, 'tooltip' => null, 'icon_type' => null, ])
  • merge(['class' => 'snipetab']) }}> @if ($icon_type || $icon) @if ($icon) @elseif ($icon_type) @endif {{ $label }} @elseif ($label) {{ $label }} @endif @if ($count > 0) {{ number_format($count) }} @endif