Competition Reward(s)

@if(count($result) > 0) @foreach ($result['customers'] as $key => $customer) @endforeach @else @endif
{{ trans('labels.ID') }} Name Customer Email Balance
{{ $key++ }} {{ $customer['name'] }} {{ $customer['customers_firstname'] }} {{ $customer['email'] }} {{ $customer['wallet_balance'] }}
No matches were found.
@if(count($result) > 0) {!! Form::open(['url' => 'admin/allocate_rewards', 'id' => 'allocateRewardsBtn']) !!} {!! Form::close() !!} @endif