@lang('modules.dashboard.todayRestaurantCount')

{{ $orderCount }}
@if ($percentChange === null)

@lang('modules.dashboard.noPreviousPeriodData')

@else

($percentChange > 0), 'text-red-600 dark:text-red-400' => ($percentChange < 0)])> {{ round($percentChange, 2) }}%

@endif

@lang('modules.dashboard.sinceYesterday')