@props(['label', 'value', 'note' => null, 'tone' => null])
{{ $label }}
{{ $value }}
@if ($note)
{{ $note }}
@endif