{{ app('Arr')->get($performance, 'today.count') ?? 0 }}
@if(app('Arr')->get($performance, 'today.diffCountArrow') == 'up' )
{{ app('Arr')->get($performance, 'today.diffCountRate') ?? 0 }} %
@elseif(app('Arr')->get($performance, 'today.diffCountArrow') == 'down' )
{{ app('Arr')->get($performance, 'today.diffCountRate') ?? 0 }}%
@endif