@props(['label', 'value', 'hint' => null, 'tone' => 'slate']) @php $tons = [ 'slate' => 'text-slate-900', 'brand' => 'text-brand-700', 'emerald' => 'text-emerald-700', 'amber' => 'text-amber-700', 'rose' => 'text-rose-700', ]; @endphp
merge(['class' => 'card card-pad']) }}>

{{ $label }}

{{ $value }}

@if ($hint)

{{ $hint }}

@endif