@lang('reports::reports.charts.current_value_by_category')

{!! $totalCost !!}
@foreach($dataPieChart as $data)
{!! $data['count'] !!} - {!! $data['name'] !!}
@endforeach