@lang('modules.dashboard.averageDailyEarning') ({{ now()->translatedFormat('M') }})
{{ currency_format(round($orderCount, 2), restaurant()->currency_id) }}
@if ($percentChange != 0){{ round($percentChange, 2), restaurant()->currency_id }}% @lang('modules.dashboard.sincePreviousMonth')
@endif