{{ __('Cost Management') }}

@lang('Cost Per User')

{{ currency()->symbol . cache('cost_per_user', 0.0) }}

@lang('Average')

@lang('Income Per User')

{{ currency()->symbol . cache('income_per_user', 0.0) }}

@lang('Net Profit') {{ cache('net_profit', 0.0) }}