Staking

History

@foreach ($data as $key => $value) @endforeach
ID Staking Plan Amount Earnings Days left Date Status
#{{ ++$i }} {{ $value->plan->name }} {{ number_format($value->amount, 8, '.', '') }} {{ $value->plan->currency->short_name }} {{ number_format($value->earnings, 8, '.', '') }} {{ $value->plan->currency->short_name }} {{ $value->days }} {{ $value->created_at }} @if($value->status == 1) Running @elseif($value->status == 0) Ended @endif
{!! $data->links() !!}