@extends('layouts.home') @section('content') @if ($live)

{{$Event->title}}


{{$Event->detail}}

@if ($Event->link) @endif
${{$amount}} of ${{$Event->donation}}
{{$donors}} donors
@foreach ($stories as $story)

${{$story->price}}

{{$story->description}}

@endforeach

Custom Donation

{{$Event->detail}}

Recent Donations

@foreach ($donations as $donation) @endforeach @foreach ($tickets as $ticket) @endforeach

Get Tickets

*Secure payments through Stripe

@foreach ($Event->tickets as $ticket)

{{$ticket->title}}

{{$ticket->description}}

@endforeach
@if(Session::has('success')) @endif @if(Session::has('donate')) @endif
@else

Next Event For This Fundraising Goal Will Be On:

{{date('d F,Y', strtotime($Event->date))}}

Add to Calendar   {{$Event->date}} {{$Event->date}} {{$Event->title}} {{$Event->detail}} Live event link is {{url('/'.$Event->id.'/live')}} and google meet link is {{$Event->link}} ACA Explorers true



{{$Event->title}}


@if ($Event->link) @endif

{{$Event->detail}}

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

${{$amount}} of ${{$Event->donation}}
{{$donors}} donors

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

@foreach ($stories as $story)

${{$story->price}}

{{$story->description}}

@endforeach

Custom Donation

{{$Event->detail}}

Tickets/Donations

@foreach ($donations as $donation) @endforeach @foreach ($tickets as $ticket) @endforeach

Get Tickets

*Secure payments through Stripe

@foreach ($Event->tickets as $ticket)

{{$ticket->title}}

{{$ticket->description}}

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