@php $link = $link ?? null; $icon = $icon ?? 'feather icon-package'; $chartData = $chartData ?? []; $growth = $growth ?? 0; $todayCount = $todayCount ?? 0; @endphp
@if($link) @endif

{{ $slug }}

{{ number_format($count) }}

@if($todayCount > 0)

{{ __('dashboard.today') }}: {{ $todayCount }}

@endif
@if(count($chartData) > 0)
@endif @if($growth != 0)
{{ abs($growth) }}% {{ __('dashboard.vs last week') }}
@endif @if($link)
{{ __('dashboard.view all') }}
@endif
@if($link)
@endif
@push('script') @endpush @push('styles') @endpush