@extends('layouts.mobile-user') @section('style') @endsection @section('content')
User Details

Balance: {{ $member->amount }} - {{ $basic->currency }}

{{ $member->name }}

E-Mail : {{ $member->email }}
Phone : {{ $member->phone }}
Address : {{ $member->address }}
{{--
--}} {{--
Referral Link : https://{{$site_title}}/register?ref={{ $member->reference }}
--}}
Referral Code : {{ $member->reference }}
Referred Accounts : {{ $total_reference_user }} - Account
{{-- --}} {{--
--}}
User Log Out
{{--
--}} {{--
--}} {{--
--}} {{-- Last Deposit Status--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @php $i = 0;@endphp--}} {{-- @foreach($last_deposit as $p)--}} {{-- @php $i++;@endphp--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
Date TimePlanAmountProfit Status
{{ date('d M y - H:s A',strtotime($p->created_at)) }}{{ $p->plan->name }}{{ $p->amount }} - USD--}} {{--
--}} {{-- @php $rep = \App\Repeat::whereDeposit_id($p->id)->first() @endphp--}} {{-- @php $wid = (100*$rep->rebeat) /$p->time @endphp--}} {{--
--}} {{-- @if($wid == 0)--}} {{--
--}} {{--
--}} {{-- Running--}} {{--
--}} {{--
--}} {{-- @else--}} {{--
--}} {{--
{{ round($wid) }}% Complete
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('scripts') @endsection