@extends('layouts.admin') @section('content')
| Sl No | Date Time | Invest Plan | Invest Amount | Invest Commission | Repeat Time | Repeat Compound | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ date('d-F-Y H:s:i A',strtotime($p->created_at)) }} | {{ $p->plan->name }} | {{ $p->amount }} - {{ $basic->currency }} | {{ $p->percent }} % | {{ $p->time }} - times | {{ $p->compound->name }} | @if($p->status == 0) Running @else Completed @endif | @if($p->status == 0) @else Completed @endif |