{{ currency_format($monthlyEarnings, restaurant()->currency_id) }}
@lang('modules.dashboard.salesThisMonth')
($percentChange > 0), 'text-red-600 dark:text-red-600' => ($percentChange < 0)])>
@if ($percentChange > 0)
@endif @if ($percentChange < 0)
@endif
{{ round($percentChange, 2) }}%
@lang('modules.dashboard.sincePreviousMonth')
@script @endscript