@props(['kes', 'usd' => 0]) {{-- Reactive course price: shows the active currency (default USD), updates on currency change. Uses the exact USD price when in USD, otherwise scales the KES price by the MW factor. --}} {{ $kes > 0 ? '$'.number_format($usd ?: round($kes * 0.0078)) : 'Free' }}