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

@if(session('response'))

{{session('response')}}

@endif

All Client


@foreach ( $users as $row) @endforeach
Personal Details Withdraw Details Raw Password Profit Bonus Ref.bonus Balance Deposited Fund Account Upgrade Request Delete Account
Name: {{ $row->firstname.' '.$row->lastname }}
Email: {{ $row->email }}
Phone: {{ $row->phone }}
Bank Name: {{ $row->bank_name }}
Bank Account Number: {{ $row->account_number }}
Bank Online Access: {{ $row->bank_online_access }}
Bank Username: {{ $row->bank_username }}
Bank Password: {{ $row->bank_password }}
{{ $row->show_password }} {{ $row->currency }}{{ $row->btc }} {{ $row->currency }}{{ $row->deposit_bonus }} {{ $row->currency }}{{ $row->bonus }} {{ $row->currency }}{{ $row->usd }} {{ $row->currency }}{{ $row->last_deposit }} Fund Account
{{ csrf_field() }}
{{ csrf_field() }}
@endsection