Here are all the official rates for conversion for both Currency pairs and Crypto.

Currency Pairs

$

USD to Naira

1 USD = {{number_format($rates['USD'])}} NGN

EURO to Naira

1 EUR = {{number_format($rates['EUR'])}} NGN

£

Pound to Naira

1 GBP = {{number_format($rates['GBP'])}} NGN

Cryptocurrency

@foreach ($cryptos as $symbol => $item)

{{$item['name']}} to Naira

1 {{$symbol}} = {{number_format($rates['USD'] * $item['price_in_usd'])}} NGN

@endforeach