@extends('master') @section('content')
Pending
@foreach($profit as $k=>$val) @endforeach
S/N Ref Name Amount Plan Daily percent Duration Profit Created Updated Action
{{++$k}}. {{$val->trx}} {{$val->user->name}} {{substr($val->amount,0,9)}}BTC {{$val->plan->name}} {{$val->plan->percent}}% {{$val->plan->duration.$val->plan->period}}(s) {{substr($val->profit,0,9)}}BTC {{date("Y/m/d", strtotime($val->created_at))}} {{date("Y/m/d h:i:A", strtotime($val->updated_at))}}
@stop