@if(!empty($getNetProfitStatistics))
@if($getNetProfitStatistics['todayIncome']['grow_percent']['status'] == 'up')
@else
@endif
{{ $getNetProfitStatistics['todayIncome']['grow_percent']['percent'] }}
{{ handlePrice($getNetProfitStatistics['todayIncome']['amount']) }}
{{trans('admin/main.today_income')}}
@if($getNetProfitStatistics['weekIncome']['grow_percent']['status'] == 'up')
@else
@endif
{{ $getNetProfitStatistics['weekIncome']['grow_percent']['percent'] }}
{{ handlePrice($getNetProfitStatistics['weekIncome']['amount']) }}
{{trans('admin/main.week_income')}}
@if($getNetProfitStatistics['monthIncome']['grow_percent']['status'] == 'up')
@else
@endif
{{ $getNetProfitStatistics['monthIncome']['grow_percent']['percent'] }}
{{ handlePrice($getNetProfitStatistics['monthIncome']['amount']) }}
{{trans('admin/main.month_income')}}
@if($getNetProfitStatistics['yearIncome']['grow_percent']['status'] == 'up')
@else
@endif
{{ $getNetProfitStatistics['yearIncome']['grow_percent']['percent'] }}
{{ handlePrice($getNetProfitStatistics['yearIncome']['amount']) }}
{{trans('admin/main.year_income')}}
@endif