@props(['title', 'count', 'route', 'icon', 'description' => ''])
{!! $icon !!}

{{ $title }}

{{ $count }} Products

@if($description)

{{ $description }}

@endif