@extends('components.public-layout') @section('title', 'Registration Successful') @section('content')
Thank you for registering for {{ $program->name }}
| Program: | {{ $program->name }} |
| Date: | {{ $program->date_range }} |
| Time: | {{ $program->time_range }} |
| Venue: | {{ $program->venue }} |
| Registration ID: | #{{ $registration->id }} |
| Business: | {{ $registration->business_name }} |
| Type: | {{ $registration->formatted_business_type }} |
| Contact: | {{ $registration->contact_name }} |
| Email: | {{ $registration->email }} |
| Phone: | {{ $registration->business_phone }} |
| Status: | {{ ucfirst($registration->status) }} |
{{ $registration->getFileUploadSummary() }}
Your registration is currently pending review. Our team will review your application and notify you of the status.
@if($program->registration_fee > 0)
Registration Fee: ₵{{ number_format($program->registration_fee, 2) }}
Payment instructions will be sent to you once your registration is approved.
If you have any questions, please contact us:
@if($program->contact_email) @endif @if($program->contact_phone) @endif @elseIf you have any questions, please contact the church administration.
@endif