@extends($theme.'frontend.layouts.master') @section('title',__('Invest History')) @section('content')
| {{__('Package')}} | {{__('Type')}} | {{__('Invest Amount')}} | {{__('Payable')}} | {{__('Already Return')}} | {{__('Next Return Time')}} | {{__('Status')}} |
|---|---|---|---|---|---|---|
| {{__($data->plan_name)}} | @switch($data->get_period) @case(1) {{__('Hourly')}} @break @case(24) {{__('Daily')}} @break @case(168) {{__('Weekly')}} @break @case(720) {{__('Monthly')}} @break @case(2880) {{__('Quarterly')}} @break @case(8640) {{__('Yearly')}} @break @endswitch | {{$data->invest_amount}} {{$general->currency}} | {{$data->get_percent}}%/{{is_null($data->get_action) ? 'Lifetime': $data->get_action.' Times'}} | {{$data->took_action}} {{__('TIMES')}} | {{date('d/m/y h:i A',strtotime($data->next_time))}} | @if($data->status == 0) {{__('Continue')}} @else {{__('Complete')}} @endif |
|
{{__('No Data Found')}} |
||||||