@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

{{--
--}}
@csrf
Select Category (Click on the image)
.
@foreach($categories as $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