@extends('layouts.app') @section('sidebar') @include('sidebar') @stop @section('content')

Client Details


Name: {{ $user->name }}
   
Back to Client list
@if(Session::has('error'))
{!! Session::get('error') !!}
@endif @if(Session::has('success'))
{!! Session::get('success') !!}
@endif


Client Details

@if ( $user->phone ) @else @endif

Address

Other Info

@if ($user->active === 0) Block @else Active @endif
@if ($user->verification === 0) Unverified @else Verified @endif


Account No. Leverage Group MT4/MT5 Group Equity Type Create Date Status


IB Account Detail

Account No. Leverage Group Equity Type Date Status
ID Type Status Date File File 2
ID Wallet Id Transaction Type Transaction Id Payment Processor Transaction Time Comment Amount Balance
Gateway Deposit Withdraw
@foreach(array_keys($dbal) as $gateway)
{{ $gateway }} {{ number_format($dbal[$gateway], 2) }} @if($gateway == 'Wire') @if(isset($wbal['WireTransfer'])) {{ round($wbal['WireTransfer'], 2) }} @else {{ $wbal['WireTransfer'] = 0 }} @endif @else @if(isset($wbal[$gateway])) {{ round($wbal[$gateway], 2) }} @else {{ $wbal[$gateway] = 0 }} @endif @endif
@endforeach
Total {{ round(array_sum(array_values($dbal)), 2) }} {{ round($wbal->sum(), 2) }}


ID Date Transaction ID Wallet/Ac No Amount Processor Status
Gateway Deposit Withdraw
@foreach(array_keys($dbal) as $gateway)
{{ $gateway }} {{ number_format($dbal[$gateway], 2) }} @if($gateway == 'Wire') @if(isset($wbal['WireTransfer'])) {{ round($wbal['WireTransfer'], 2) }} @else {{ $wbal['WireTransfer'] = 0 }} @endif @else @if(isset($wbal[$gateway])) {{ round($wbal[$gateway], 2) }} @else {{ $wbal[$gateway] = 0 }} @endif @endif
@endforeach
Total {{ round(array_sum(array_values($dbal)), 2) }} {{ round($wbal->sum(), 2) }}


ID Date Email Wallet Id Gateway Transaction Id Amount
ID Date Of Birth Full Name Relationship Document Status Date Of Submit
@endsection @section('script') {{ Html::script('custom/datatables/datatables.bundle.js') }} @endsection