@extends('app') @section('content') @include('layout.header') @include('components.loader')
Welcome, {{ $participant->first_name . ' ' . $participant->last_name }}!
{{ $authUser->apps_sales_goal ?? 0 }}
Activity Goal
{{ $authUser->apps_per_participants ?? 0 }}
Personal Goal
Progress Bar
{{ $progressPercentage }}%
Personal Code
{{ $participant->code . '-' . $participant->personal_code }}
Personal Goal
{{ $participant->activity_description ?? "----" }}
Organization
{{ $participant->name }}
Activity/Cause
{{ $authUser->cause }}
{{ $participant->first_name ?? '' }} {{ $participant->last_name ?? '' }} : You have sold {{ $sponsorPaymentCount ?? 0 }} {{ ($sponsorPaymentCount ?? 0) <= 1 ? 'app' : 'apps' }} and gifted {{ $giftApp ?? 0 }} {{ ($giftApp ?? 0) <= 1 ? 'app' : 'apps' }} :
| # | Name | Email Address | Subscriptions | Pay It Forward™ | Kick It Back™ |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $sponserPayment['first_name'] ?? '' }} {{ $sponserPayment['last_name'] ?? '' }} | {{ $sponserPayment['email'] }} | {{ $sponserPayment['name'] }} | ${{ number_format(($sponserPayment['pay_it_forward']?? 0), 2) }} | ${{ number_format(($sponserPayment['kick_it_back'] ?? 0), 2) }} |