@extends('user')
@section('content')
@include('partials.breadcrumb')
| SL | Purchase Date | Miner Name | Total Price | Speed | Coin Name | Status | Expired Date | |
|---|---|---|---|---|---|---|---|---|
| {{++$k}} | {{ date(' d F, Y h:s A', strtotime($data->created_at))}} | {!! $data->pricingPlan->title or '' !!} | {{number_format(($data->pricingPlan->rate * $data->qty), $basic->decimal)}} {{$basic->currency}} | {{$data->qty .' '. $data->pricingPlan->unit->name}} | {{$data->pricingPlan->mining->name}} | @if($data->status == 1) @elseif($data->status == -1) @endif | {!! date(' d F, Y h:s A', strtotime($data->end_time)) !!} | |
| You don't have any plan purchase history !! | ||||||||