Attract, Active, Engage and Procure,Donor for Life!

FundMeSmart™ promotes your fundraiser on the Apple and Google marketplaces to help generate ongoing revenue streams and increase awareness. Select your brand application below. If you don’t see it listed, no worries—just select “Other.”

@php switch (config('app.env')) { case 'local': case 'development': $redirectURL = 'https://dev.grandslamnetwork.org/'; $ndnURL = 'https://dev.nationaldefensenetwork.org/'; break; case 'staging': $redirectURL = 'https://stg.grandslamnetwork.org/'; $ndnURL = 'https://stg.nationaldefensenetwork.org/'; break; default: $redirectURL = 'https://grandslamnetwork.org/'; $ndnURL = 'https://nationaldefensenetwork.org/'; break; } $sports = [ [ 'name' => 'Baseball', 'image' => 'browse_baseball.webp', 'status' => 'live', 'link' => $redirectURL, ], [ 'name' => 'Softball', 'image' => 'browse_softball.webp', 'status' => 'live', 'link' => $redirectURL, ], [ 'name' => 'Hero', 'image' => 'browse_hero.webp', 'status' => 'live', 'link' => $ndnURL, ], [ 'name' => 'Bands', 'image' => 'browse_bands.webp', 'status' => 'fms', 'modal' => 'Bands is coming soon.', ], [ 'name' => 'Cheer', 'image' => 'browse_cheer.webp', 'status' => 'fms', 'modal' => 'Cheer is coming soon.', ], [ 'name' => 'Creative', 'image' => 'browse_creative.webp', 'status' => 'fms', 'modal' => 'Creative is coming soon.', ], [ 'name' => 'Golf', 'image' => 'browse_golf.webp', 'status' => 'fms', 'modal' => 'Golf is coming soon.', ], [ 'name' => 'Health', 'image' => 'browse_health.webp', 'status' => 'fms', 'modal' => 'Health is coming soon.', ], [ 'name' => 'Soccer', 'image' => 'browse_soccer.webp', 'status' => 'fms', 'modal' => 'Soccer is coming soon.', ], [ 'name' => 'Faith', 'image' => 'browse_faith.webp', 'status' => 'fms', 'modal' => 'Faith is coming soon.', ], [ 'name' => 'School', 'image' => 'browse_school.webp', 'status' => 'fms', 'modal' => 'School is coming soon.', ], [ 'name' => 'Tennis', 'image' => 'browse_tennis.webp', 'status' => 'fms', 'modal' => 'Tennis is coming soon.', ], ['name'=>'Volleyball','image'=>'browse_volleyball.webp','status'=>'fms','modal'=>'Volleyball is coming soon.'], [ 'name' => 'Basketball', 'image' => 'browse_basketball.webp', 'status' => 'fms', 'modal' => 'Basketball is coming soon.', ], ['name'=>'Pickleball','image'=>'browse_pickleball.webp','status'=>'fms','modal'=>'Pickleball is coming soon.'], ['name'=>'Other','image'=>'browse_other.webp','status'=>'fms','link'=>'/register'], ]; @endphp @foreach ($sports as $sport)
@if (isset($sport['link'])) {{ $sport['name'] }} @else
{{ $sport['name'] }}
@endif
{{ strtoupper($sport['status']) }}
@endforeach
{{-- --}}