@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

Participation Form

{{--
--}}
Please donate first and submit your files here.
@csrf
Select Category

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: pay2mcc@gmail.com

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

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