@foreach ($rates as $rate) @endforeach
Currency Official Rate Sell Rate Acct details Sell Status Actions
{{$rate->currency}} ({{$rate->currency_symbol}}) {{formatNumber($rate->rate)}} {{formatNumber($rate->sell_price)}} {{$rate->account_number}} {{$rate->bank_name}} {{$rate->sell_status}} @livewire('admin.exchange-rate.sell-fx-edit', ['rate' => $rate], key($rate->id))