{{-- ------------------Sponser list table --------------------------------- --}}
YOU HAVE SOLD {{ $appsSold ?? 0 }}
{{ ($appsSold ?? 0) <= 1 ? 'APP' : 'APPS' }} AND GIFTED
{{ $appGifted }} {{ ($appGifted ?? 0) <= 1 ? 'APP' : 'APPS' }} SO FAR
#
Name
Email Address
Pay It Forward™
Kick It Back™
@php
// Ensure you are working with objects first and then converting them to arrays
$groupedPayments = collect($sponserPayments)
->groupBy('sponsor_id') // Group by 'sponsor_id'
->map(function ($group) {
return [
'first_name' => $group->first()->first_name,
'last_name' => $group->first()->last_name,
'email' => $group->first()->email,
'plan_name' => $group->first()->name,
'pay_it_forward' => $group->sum('pay_it_forward'),
'kick_it_back' => $group->sum('kick_it_back'),
'total_amount' => $group->sum('total_amount'),
'apps_sold' => $group->sum('apps_sold'),
'total_sales' => $group->sum('total_sales'),
'available_wallet_balance' => $group->first()
->available_wallet_balance, // Assuming balance doesn't change within the group
];
})
->toArray(); // Convert the final collection to an array
@endphp
@foreach ($groupedPayments as $sponserPayment)
The group
currently consists of {{ $appsSold ?? 0 }} members out of {{ $cause->apps_sales_goal ?? 0 }},
needing {{ ($cause->apps_sales_goal ?? 0) - ($appsSold ?? 0) }} more to reach the target.
@else
Congratulations! Your
group has successfully achieved the target membership of {{ $cause->apps_sales_goal ?? 0 }}
members. Well done!
Share this app with your friends and family using the options below. You can copy the message
and use it
anywhere for the best results!
Save money, support a cause, join our fundraiser!
Dear friends and family: I’m excited to share that I’m raising funds and awareness for the
“{{$orgName}}” campaign through the FundMeSmart (FMS) app. By joining as a
member, you can start saving immediately on travel, dining, entertainment, and everyday
purchases—potentially hundreds or even thousands of dollars each year.
Why this matters:
- Exclusive, member-only discounts across millions of opportunities in the U.S.
- A simple, cost-effective way to support a cause I care deeply about.
- 100% of the Pay it Forward™ and Kick it Back™ donations support our fundraiser, and
you’ll be recognized on the With Gratitude Wall™ inside the app.
How to join:
1) Download the FundMeSmart app from the Apple App Store or Google Play Store.
2) Join our fundraiser for just {{$annualAmount}} per year.
3) Start saving and support the cause at the same time.
Your support means the world to me. If you’re looking for a tangible way to save and give
back, this is it. Thank you in advance for considering this opportunity to make a
difference.
App Link: {{ $shareUrl }}
#SupportThemAll #FMS #Fundraiser #SaveAndSupport
Your friend will receive a message/link on your behalf. Their
email
address is not collected by FUNDMESMART, or used for any other purpose.
@php
// Default plan amount
$planAmount = '$0.00';
// Loop through $appPrices to find the matching plan
foreach ($appPrices as $price) {
if ($price['plan_id'] === $organization->plan_id && $price['name'] === 'Annually') {
$planAmount = $price['amount'];
break;
}
}
$planAmount = '$' . number_format((float)$planAmount, 2);
@endphp
Dear Friend,
FundMeSmart - {{ $authUser->cause }} and I are participating in a revolutionary fundraising program that saves you hundreds on every day activities and raises much needed funds and awareness for our programs. It's called fundmesmart.com.
Our branded mobile app is a traveling coupon book with over 3000 local merchants and 71,000 nationally, sponsoring our efforts. So, you can access these “one of kind” contracted deals anywhere in the USA, any time. The donation is only {{ $planAmount }} for a years' worth of savings. This cost will be immediately defrayed after just a few redeems or one "Golden Egg" coupon offer.
Please help our program, and in doing so, you can save hundred$ a year. Simply follow this link to purchase, and get the app sent to your phone, and start saving.
Please download FundMeSmart Mobile Passport to Savings and use Fundraiser Code {{ $organization->code .'-'. $authUser->personal_code }} .
Please fill in one of the following fields to send the Fundmesmart™ App Download link to
your
Family and friends.
The more you refer, the more FundMeSmart™ Bucks you will get.