@extends('layouts.user') @section('content') {{$gnl->title}} {{$account->wallet}} 0 {{$gnl->cur}} Miner Speed: {{isset($speed) ? $speed : 0}} DH/S | Daily Profit {{isset($speed) ? $speed*$gnl->daily : 0}} {{$gnl->cur}} Active {{$gnl->cur}} MINERS SPEED WITHDRAW START AT STATUS @foreach ($tracks as $item) {{$item->speed}} DH/S {{round($item->withdraw,8)}} {{$gnl->cur}} {{$item->created_at}} {{$item->status==1?'Active':'Expired'}} @endforeach {{$tracks->links()}} @endsection @section('scripts') @endsection