@props([ 'title', 'value', 'meta' => null, ])

{{ $title }}

{{ $value }}

{{ $icon ?? '' }}
@if ($meta)

{{ $meta }}

@endif