@lang('modules.dashboard.platformOverview')

@lang('modules.dashboard.comprehensivePlatformMetrics')

@lang('modules.dashboard.totalRevenue')

{{ global_currency_format($totalRevenue, global_setting()->default_currency_id) }}

@lang('modules.dashboard.totalRestaurants')

{{ number_format($totalRestaurants) }}

@lang('modules.dashboard.totalSubscriptions')

{{ number_format($totalSubscriptions) }}

@lang('modules.dashboard.totalUsers')

{{ number_format($totalUsers) }}

@lang('modules.dashboard.subscriptionStatus')

@lang('modules.dashboard.active')
{{ $activeSubscriptions }}
@lang('modules.dashboard.trial')
{{ $trialSubscriptions }}
@lang('modules.dashboard.inactive')
{{ $expiredSubscriptions }}

@lang('modules.dashboard.restaurantStatus')

@lang('modules.dashboard.active')
{{ $activeRestaurants }}
@lang('modules.dashboard.inactive')
{{ $inactiveRestaurants }}
@lang('modules.dashboard.monthlyGrowth')
$monthlyGrowth > 0, 'text-red-600 dark:text-red-400' => $monthlyGrowth < 0, 'text-gray-900 dark:text-white' => $monthlyGrowth == 0 ])> {{ round($monthlyGrowth, 1) }}%