@lang('modules.dashboard.todayEarnings')

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

@include('livewire.dashboard.partials.percent-change', [ 'percentChange' => $percentChange, 'comparisonLabel' => __('modules.dashboard.sinceYesterday'), ])