@extends('layouts.admin') @section('body') @if ($errors->any())
| No. | scode | mcode | level | ldrcd | mrank | nrank | tmqsm | name | tmppv | tmgpv | agent | dealer | Unity_1 | Unity_2 | bonus | fund |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$row->scode}} | {{$row->mcode}} | {{$row->level}} | {{$row->ldrcd}} | {{$row->get_rank_name($row->mrank)}} | {{$row->get_rank_name($row->nrank)}} | {{$row->tmqsm}} | {{$row->get_cus_name($row->mcode)}} | {{number_format($row->tmppv)}} | {{number_format($row->tmgpv)}} | {{number_format($row->agent_bonus,2)}} | {{number_format($row->dealer_bonus,2)}} | {{number_format($row->unity_team1,2)}} | {{number_format($row->unity_team2,2)}} | {{number_format($row->dealer_bonus + $row->agent_bonus + $row->unity_team1 + $row->unity_team2,2)}} | {{number_format($row->fund_bonus,2)}} |
| 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |