@lang('modules.dashboard.averageDailyEarning') ({{ now()->translatedFormat('M') }})

{{ currency_format(round($orderCount, 2), restaurant()->currency_id) }}

@if ($percentChange !== null && $percentChange != 0) @include('livewire.dashboard.partials.percent-change', [ 'percentChange' => $percentChange, 'comparisonLabel' => __('modules.dashboard.sincePreviousMonth'), 'positiveColor' => 'text-amber-600', ]) @elseif ($percentChange === null)

@lang('modules.dashboard.noPreviousPeriodData')

@endif