- {{ __('forex') }}
- Commodities
- Indices
- Stocks {{--
- Metals
- Bonds --}}
- Crypto
- Assets
- Sell
- Buy
@php
$ig_cryptos = [
// "CS.D.ETHUSD.CFD.IP",
// "CS.D.ADAUSD.CFD.IP",
// "CS.D.LTCUSD.CFD.IP",
// "CS.D.EOSUSD.CFD.IP",
// "CS.D.NEOUSD.CFD.IP",
// "CS.D.XLMUSD.CFD.IP",
// "CS.D.BCHXBT.CFD.IP",
// "CS.D.ETHXBT.CFD.IP",
// "CS.D.BITCOIN.CFD.IP",
// "CS.D.CRYPTOB10.CFD.IP"
];
@endphp
@foreach ($ig_cryptos as $ig_crypto)
@php $ig_crypto = explode('.', $ig_crypto)[2]; $ig_crypto_low = strtolower($ig_crypto); @endphp
@endforeach