@foreach ($data as $key => $item) @endforeach
# {{__('obs.code')}} {{__('obs.name')}} {{__('obs.ledger')}} {{__('obs.email')}} {{__('obs.mobile')}} {{__('obs.comm_type')}} {{__('obs.commission')}}(%) {{__('obs.limit_apply')}} {{__('obs.status')}} {{__('obs.action')}}
{{ ++$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' : '' }} />