@extends('user')
@section('content')
@include('partials.breadcrumb')
| SL | Transaction ID | Details | Amount | Remaining Balance | Time |
|---|---|---|---|---|---|
| {{++$k}} | {{$data->trx or 'N/A'}} | {!! $data->title or 'N/A' !!} | {!! $data->amount or 'N/A' !!} @if($data->mining_id == null) {!! $basic->currency !!} @else {!! $data->mining->coin_code !!} @endif | {!! $data->main_amo or 'N/A' !!} @if($data->mining_id == null) {!! $basic->currency !!} @else {!! $data->mining->coin_code !!} @endif | {!! date(' d M, Y h:s A', strtotime($data->created_at)) !!} |
| You don't have any transaction history !! | |||||