@extends('app') @section('content')
Pay It Forward™
@php $imagePath = 'organization_image/' . $profileInfo->organization_image; $imageUrl = null; if (Storage::exists('public/' . $imagePath) && $profileInfo->organization_image) { $imageUrl = asset('storage/' . $imagePath); } else { $imageUrl = Vite::asset('resources/images/mobile_logo.webp'); } @endphp
{{ $profileInfo->participant_fname ?? '' }} {{ $profileInfo->participant_lname ?? '' }} @if (!empty($profileInfo->organization_name)) , of {{ $profileInfo->organization_name }} @endif
{{ $profileInfo->organization_code ?? '' }} - {{ $profileInfo->participant_code ?? '' }}

100% Goes to Fundraiser

Empower Change: Pay it Forward™ Today, Save Thousands Tomorrow
On Average, each Active Member saves $1600 annually. Join us in making a difference. Give to: Pay it Forward™, Today!
You can be recognized inside the App on our With Gratitude Wall™ with a Bronze, Silver, or Gold Gift.
You can also Donate as per your wish!
Skip for now
@Vite(['resources/js/admin_panel/stripe/mobile_app_payment.js']) @endsection