@extends('layouts.admin') @section('content')
| Sl No | User | Date | Txn ID | Payment Type | Address | Coin Amt | Amount | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{$p->user->name}} | {{ \Carbon\Carbon::parse($p->created_at)->format('d-F-y h:i:s A') }} | {{ $p->transaction_id }} | {{$p->wallet->name}} | {{ $p->crypto_wallet }} | {{ $p->crypto_amount }} | {{ $basic->symbol }} {{ $p->amount }} | @if($p->status == 0) Pending @elseif($p->status == 1) Completed @else Refunded @endif | @if($p->status == 0) Confirm Cancel @elseif($p->status == 1) @else @endif |