Exchange currencies instantly at competitive rates with just a few clicks.
{{-- Start Trading --}}Updated every 5 minutes from international markets
| Currency | Buy Rate | Sell Rate |
|---|---|---|
| {{ $currency->currency_pair }} | {{ number_format($currency->buy_rate, 0, ',', '.') }} | {{ number_format($currency->sell_rate, 0, ',', '.') }} |
| Date | Currency | Amount | Kurs | Total Received | Transfer to | Transfer Time | Delivery Method | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $transaction->created_at->format('d-m-Y H:i') }} | {{ $transaction->currency ?? '-' }} | {{ number_format($transaction->amount, 2, ',', '.') }} | {{ number_format($transaction->kurs, 2, ',', '.') }} | {{ number_format($transaction->total_received, 2, ',', '.') }} | {{ $transaction->transferAccount->bank_name . ' - ' . $transaction->transferAccount->rekening . ' - ' . $transaction->transferAccount->nama_rekening }} | {{ $transaction->transfer_time }} | {{ $transaction->delivery_method }} | {{ ucfirst($transaction->status) }} | @if ($transaction->status == 'pending') @else no action @endif |