{{ $metric->format($metric->value) }}
@if($metric->previousValue !== null)
@if($metric->hasChanged())
@if($metric->hasIncreased())
@lang('Up from')
@else
@lang('Down from')
@endif
@else
@lang('No change from')
@endif
{{ $metric->format($metric->previousValue) }}
@endif