affilid }}
data-tt-parent-id="{{ $affiliate->parentid }}">
{{--{{ $affiliate->affilid }} | --}}
{{ $affiliate->name }} |
{!! GetMoneyStr3($balance, true, getenv('PLATFORM_CURRENCY_ID')) !!} |
{!! GetMoneyStr3($affiliate->overdraft, true, getenv('PLATFORM_CURRENCY_ID')) !!} |
{!! GetMoneyStr3($od_inuse, true, getenv('PLATFORM_CURRENCY_ID')) !!} |
{{--{{ $affiliate->email }} | --}}
{{--{{ $affiliate->phone }} | --}}
{{--{{ $affiliate->city }} | --}}
{{--{{ $affiliate->street }} | --}}
{{--{{ $affiliate->state }} | --}}
{{--{{ $affiliate->zip }} | --}}
{{--{{ $affiliate->country }} | --}}
@if($affiliate->status == 0)
{{ __('Enable') }}
@else
{{ __('Disable') }}
@endif
|
@endforeach
@else