@props(['value' => null, 'metric' => '', 'suffix' => '%']) @if(!is_null($value))
{{ number_format($value, 2) }}{{ $suffix }}
@else
N/A
@endif