S2P Trading

{{-- buy crypto --}}
@forelse ($history as $order)

Buy {{$order->crypto_symbol}}

{{$order->created_at->diffForHumans()}}

$order->status == 'pending','text-red-500' => $order->status == 'failed','text-green-500' => $order->status == 'completed', ]) > {{$order->status}}

@if ($order->status === 'failed')

Rejection Message

{{$order->status_message}}

@endif

{{$order->crypto_name }}

{{formatNumber($order->amount_in_naira)}}

{{formatNumber($order->amount_in_naira / $order->amount_in_crypto)}}

{{$order->amount_in_crypto }} {{$order->crypto_symbol}}

{{truncateText($order->wallet_address, 15) }}

@empty

No history

@endforelse
@push('scripts') @endpush