@extends('admin.user._layout') @section('panel-option') @endsection @section('panel-body')
{{-- --}}
Level Mitra {{ $performance['level'] }}
Total Order {{ $performance['orders'] }} Pesanan
Total Penjualan Team {{ $performance['order_team_total_rupiah'] }}
Total Penjualan (pribadi) {{ $performance['order_total_rupiah'] }}
Total Penjualan (downline) {{ $performance['order_downline_total_rupiah'] }}
Target Belum Tercapai {{ $performance['order_target_rupiah'] }}
Total Insentif {{ $performance['incentive_total_rupiah'] }}
Insentif Dicairkan {{ $performance['incentive_disbursed_rupiah'] }}
Insentif Belum Dicairkan {{ $performance['incentive_balance_rupiah'] }}
Bonus {{ $performance['incentive_bonus_rupiah'] }}
@csrf
@csrf
Informasi Bank

Lokasi

@if (isset($upline_referral_list) && !$upline_referral_list->isEmpty()) @foreach ($upline_referral_list as $i)
{{ $i['name'] }} ({{ $i['mitra_uid'] }})
Lihat
@endforeach
Upline Referral ({{ count($upline_referral_list) }})
@endif @if ($mitra)
{{ $mitra['name'] }} ({{ $mitra['mitra_uid'] }})
Lihat
@endif
Downline Referral ({{ count($referral_list) }})
@if ($referral_list) @foreach ($referral_list as $i)
{{ $i['name'] }} ({{ $i['mitra_uid'] }}) {{ $i['level'] }}
Lihat
@endforeach @endif
@endsection @push('stack-head') @endpush {{-- @section('javascript') @endsection --}}