@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

Ramadan Connect 2025

{{--
--}}

Please fill up below form to participate in the Ramadan Connect 2025. Pleach reach out to us by phone : 647 365 5035 or email : info@markhamcc.org for any query.

@csrf @if (!session('user.id'))
First Name *
Last Name
Email *
Phone No *
Set Password For Future (Optional)

@endif
Select Category (Click on the image)
.
@foreach($categories as $index => $category)
{{ $category->name }}

{{ $category->name }}

@endforeach
 
Acknowledgments and Disclaimer

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

No amount is too big or small—your contribution makes a difference!

Additional Notes (Optional)
Your video link

Note: Once submitted you can go back and remove and resubmit your attachment by going to the dashboard under account you already registered.

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