@extends('layouts.admin') @section('content')
SPEED | BALANCE | WITHDRAW | START AT | STATUS |
---|---|---|---|---|
NO DATA AVAILABLE | ||||
{{$item->speed}} DH/S | {{round($balance,8)}} {{$gnl->cur}} | {{round($item->withdraw,8)}} {{$gnl->cur}} | {{$item->created_at}} | {{$item->status==1?'Active':'Expired'}} |
AMOUNT | WALLET | TRX ID | TRX TIME |
---|---|---|---|
NO DATA AVAILABLE | |||
{{$item->amount}} {{$gnl->cur}} | {{$item->wallet}} | {{$item->trx}} | {{$item->updated_at}} |
AMOUNT | WALLET | TRX ID | TRX TIME |
---|---|---|---|
NO DATA AVAILABLE | |||
{{$item->amount}} {{$gnl->cur}} | {{$item->account->wallet}} | {{$item->trx}} | {{$item->created_at}} |