@extends('layouts.home') @section('content')

{{$Event->title}}


{{$Event->detail}}

Host
{{$Event->host}}
Goal
{{$Event->goal}}
Fundraising Event Goal
${{$Event->donation}}
Fundraising Event Goal
${{$Event->donation}}


@foreach ($stories as $story)

Custom Donation

{{$Event->detail}} Your Gift Can Change the World!

@endforeach
Donate

Custom Donation! - Donación Personalizada!

Your Gift Can Change the World!
Tu Regalo Puede Cambiar el Mundo!

*Secure payments through Stripe

Prefer to donate by mail?

Please use our printable donation form.
To donate by phone, call 630-568-6097.


Questions?

Contact us at support@acaexplorers.com or 630-568-6097.

American Colombian Academy is a 501(c)(3) organization and gifts are tax deductible as allowed by law. EIN: 83-2113835

@if (count($Event->tickets))

Get Tickets

*Secure payments through Stripe @endif @foreach ($Event->tickets as $ticket)

{{$ticket->title}}

{{$ticket->description}}

@endforeach

@if(Session::has('success')) @endif @if(Session::has('donate')) @endif @endsection