@props([ 'amount', 'usdToTndRate' => 4, 'decimals' => 2, 'mutedColor' => '#64748b', 'textColor' => null, ]) @php $usd = (float) $amount; $tnd = $usd * $usdToTndRate; $colorStyle = $textColor ? "color: {$textColor};" : ''; @endphp {{ number_format($usd, $decimals, ',', ' ') }} $
{{ number_format($tnd, $decimals, ',', ' ') }} TND