@extends('layouts.master') @section('main_content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
{{-- donation --}}
{{-- Wade Warren --}}
Participation

Update Participation Form

@csrf
Select Category
@foreach($categories as $cat)
{{ $cat->name }}

{{ $cat->name }}

@endforeach

 
Children Registration Details
{{-- --}}
Record Your Audio & Video
Family Registration
{{--
You can upload up to 5 images.
--}}
{{-- You can upload up to 5 images. --}}
@if(isset($family_images) && count($family_images) > 0) uploaded images. @foreach($family_images as $image)
{{-- --}}
@endforeach @endif
Acknowledgments and Disclaimer

Support Our Cause
While participation is free, we encourage you to support our mission by donating:

Click for donation page

E-Transfer: pay@markhamcc.org

No amount is too big or small—your contribution makes a difference!
Additional Notes (Optional)
Your video link

{{-- donation end --}}
@endsection