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

{{$page_title}}

@php $i = 0;@endphp @foreach($user as $p) @php $i++;@endphp @endforeach {{-- --}}
Sl No Name Email Current Amount Reference status Created At Action
{{ $i }} {{ $p->name }} {{ $p->email }} {{ $p->amount }} - {{ $basic->currency }} {{ $p->reference }} @if($p->status == 0) @elseif($p->status == 1) @endif {{ \Carbon\Carbon::parse($p->created_at)->diffForHumans() }} {{-- {{--
--}} {{--
--}} {{--
× Activity
--}} {{--
--}} {{-- Transaction--}} {{-- Deposit--}} {{-- Withdraw--}} {{-- Fund Add--}} {{-- Invest--}} {{-- Fund Tweak--}} {{--
--}} {{--
--}} @if($p->block_status == 1) @else @endif @if($p->status == 0) @endif @if(\App\UserCompounding::whereuser_id($p->id)->exists()) Uncompound @else Compound @endif
@endsection @section('scripts') @endsection