@extends('layouts.mobile-user') @section('content') @php $i = 0 @endphp @foreach($deposit as $p) @php $i++ @endphp @php $rep = \App\Repeat::whereDeposit_id($p->id)->first() @endphp
{{--
--}}

{{ $p->plan->name }}

Trading - {{ $basic->currency }} {{ $p->amount }}
  • Commission - {{ $p->percent }}%
@php $wid = (100*$rep->rebeat) /$p->time @endphp
@if($wid == 0)
Running
@else
{{ round($wid) }}% Complete
@endif
@endforeach {{--
--}} {{--
--}} {{-- {{ $deposit->links() }}--}} {{--
--}} @endsection @section('scripts') @endsection