@foreach($bestRates as $key => $currency)

{{ __('main.best_buy') }}

{{ $currency->name }}

{{ __('main.price_buy') }}
@if(isset($currency->buy)) @foreach($currency->buy as $bank)
{{ __('main.egCurr') }} {{ priceFormat($bank->bankp_buy_banknote,5) }} {{--
{{ $bank['buy_change_percent'] }}% {{ rounded($bank['buy_change_amount']) }}
--}}
@endforeach @endif

{{ __('main.best_sell') }}

{{ $currency->name }}

{{ __('main.price_sell') }}
@foreach($currency->sell as $bank) {{ $bank->bank->name }} logo {{-- #1 --}} {{ $bank->bank->name }} @endforeach
{{ __('main.egCurr') }} {{ priceFormat($bank->bankp_sell_banknote,5) }} {{--
{!! getStatusSign($bank->bankp_status_sell) !!} {{ $bank['sell_change_percent'] }}% {{ priceFormat($bank['sell_change_amount']) }}
--}}
@endforeach