@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


@foreach ($tracks as $item) @endforeach
SPEED WITHDRAW START AT STATUS
{{$item->speed}} DH/S {{round($item->withdraw,8)}} {{$gnl->cur}} {{$item->created_at}} {{$item->status==1?'Active':'Expired'}}
{{$tracks->links()}}
@endsection @section('scripts') @endsection