@lang('Filter')
@lang('List')
{{ $error }}
@endforeach| # | @lang('Fullname') | @lang('Affiliate code') | @lang('Is type') | @lang('Order total money') | @lang('Affiliate percent') | @lang('Affiliate point') | @lang('Affiliate money') | @lang('Status') | @lang('Created at') |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->index + $rows->firstItem() }} | {{ $item->affiliate_name }} | {{ $item->affiliate_code }} | @lang($item->is_type) | {{ number_format($item->order_total_money) }} | {{ $item->affiliate_percent }} % | {{ number_format($item->affiliate_point) }} | {{ number_format($item->affiliate_money) }} | @lang($item->status) | {{ \Carbon\Carbon::parse($item->created_at)->format('H:i:s d/m/Y') }} |