@extends('layouts.mobile-user') @section('content')
Profit for Trading {{$dep->deposit_number}} : ${{$repeatamount}}
@php $i = 0;@endphp @foreach($repeat as $p) @php $i++;@endphp
Completed {{ date('d-m-Y h:s A',strtotime($p->made_time)) }}
#{{ $p->deposit->deposit_number }}
{{ $p->deposit->plan->name }}
{{ $basic->currency }}{{ $p->balance }} {{ $p->deposit->compound->name }}
{{--
--}} {{--
--}} {{--

--}} {{-- {{ $p->deposit->compound->name }}--}} {{--

--}} {{--
--}} {{--
--}}
@endforeach
@endsection @section('scripts') @endsection