@extends('app') @section('content') @include('layout.admin_sidebar')
| # | Influencer/Participant Name | Organization | {{--Activity/Cause | --}}Sales | Influencer/Participant Code | Status | Edit | |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $user->first_name . ' ' . $user->last_name }} | {{ $user->email }} | {{ $user->organization_name ?? '-' }} | {{--{{ $user->cause}} | --}}{{ $user->sales_count }} | {{ $user->organization_code . ' - ' . $user->personal_code }} | ||
| No Participants Are Available. | ||||||||