@extends('user')
@section('content')
@include('partials.breadcrumb')
| SL | Trx | Method | Amount | Charge | Status | Time |
|---|---|---|---|---|---|---|
| {{++$k}} | {{$data->transaction_id or 'N/A'}} | {!! $data->wallet->mining->name or '' !!} | {!! number_format($data->amount, $basic->decimal) !!} {!! $data->wallet->mining->coin_code !!} | {!! number_format($data->charge, $basic->decimal) !!} {!! $data->wallet->mining->coin_code !!} | @if($data->status == 1) @elseif($data->status == 2) @elseif($data->status == 3) @endif | {!! date(' d M, Y h:s A', strtotime($data->created_at)) !!} |
| You don't have any withdraw history !! | ||||||