| {{ ++$key }} |
{{ $item->code }} |
{{ $item->name_eng }} |
{{ $item->ledger ? $item->ledger->name : '' }} |
{{ $item->email }} |
{{ $item->mobile }} |
@if ($item->commission_type == 1)
Fixed
@elseif($item->commission_type == 2)
Customized
@else
Not Apply
@endif
|
{{ $item->commission }}
|
limit_apply == 1 ? 'checked' : '' }} />
|
status == 1 ? 'checked' : '' }} />
|
|
@endforeach