{{-- ⭐ Watchlist --}}
|
|
{{-- 🔵 Coin Name --}}
|
{{-- 💰 Price --}}
@php
$convertedPrice = CommonHelper::convert_and_set_price($price['price_usd']);
@endphp
₹ {!! CommonHelper::formatCryptoPrice($convertedPrice) !!}
|
{{-- 📉 Change 24h --}}
₹ |
₹ |
{{-- 🏦 Market Cap --}}
₹ {{ CommonHelper::convert_to_indian_format($price['market_cap_usd']) }}
|
{{-- 📊 Volume --}}
{{ $price['ath_change_percentage'] }}
|
{{ $price['atl_change_percentage'] }}
|
{{-- 🛒 Buy Button --}}
|