@extends('layouts.admin') @section('content')

{{$page_title}}

@php $i = 0;@endphp @foreach($deposit as $p) @php $i++;@endphp @endforeach
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
@endsection @section('scripts') @endsection