@use('\Illuminate\Support\Number', 'Number')
@use('\Illuminate\Support\Str', 'Str')
| Currency | Symbol | Price To USD($) | Status | Action |
|---|---|---|---|---|
| {{ $item->name }} | {{ $item->symbol }} | 1 {{ $item->symbol }} = ${{ $item->price_in_usd }} @if ($item->is_default && $settings->use_api_price_for_swap) Price from API @endif | @if ($item->status == 'active') Enabled @else Disabled @endif | @if ($item->status == 'active') Disable @else Enable @endif |