Transaction History

Dashboard
@if(isset($transactions)) @foreach($transactions as $key=> $trans)
Sr.

{{$loop->iteration}}

Type :

{{ ucfirst($trans->transtype) ?? '' }} @if($trans->transtype == "withdraw")({{ ucfirst($trans->type) ?? '' }}) @endif

Currency :

{{ strtoupper($trans->currency) ?? '' }}

Amount :

{{$trans->amount ?? 0 }}

Status:

{{ ucfirst($trans->status) ?? '' }}

Network:

{{ strtoupper($trans->network) ?? '' }}

{{----}} Date/Time:

{{$trans->created_at}}

{{--
Sr.

{{$loop->iteration}}

Currency :

{{ strtoupper($trans->currency) ?? '' }}

Amount :

{{$trans->amount ?? 0 }}

Status:

{{ ucfirst($trans->status) ?? '' }}

Network:

{{ strtoupper($trans->network) ?? '' }}

Address:

jhf98wd9j9sd87f9

--}}{{----}}{{-- Date/Time:

{{$trans->created_at}}

--}} @endforeach
{{ $transactions->links() }}
@else
No Trade Found.
@endif