@extends('layouts.mobile') @section('title', 'Currency Swap') @section('content')
Exchange between different currencies instantly
{{ $wallet->currency }}
{{ $supportedCurrencies[$wallet->currency]['symbol'] ?? '$' }}{{ number_format($wallet->balance, 2) }}
{{ $code }}
{{ $currency['name'] }}
{{ $swap['from_amount'] }} {{ $swap['from_currency'] }} → {{ $swap['to_amount'] }} {{ $swap['to_currency'] }}
{{ $swap['created_at'] }}
Rate: {{ $swap['rate'] }}
Fee: {{ $swap['fee'] }}
No swaps yet
Your currency swaps will appear here