@props([ 'amount', 'usdToTndRate' => 4, 'decimals' => 2, 'class' => '', 'tndClass' => 'text-slate-500', ]) @php $usd = (float) $amount; $tnd = $usd * $usdToTndRate; @endphp {{ number_format($usd, $decimals, ',', ' ') }} $ {{ number_format($tnd, $decimals, ',', ' ') }} TND