@php $user = $fundraise->user; $images = $fundraise->images; @endphp
Back To Fundraises
View Contributions

{{ $fundraise->title }}

{{ $fundraise->tagline }}

@if(!$fundraise->is_anonymous) @endif
{!! $fundraise->description !!}
Contribute or Donate
@if($fundraise->end_time && ((new DateTime($fundraise->end_time))->getTimestamp() < (new DateTime())->getTimestamp()))

Contributing to this fundraise was stopped on {{ (new DateTime($fundraise->end_time))->format('d M Y, H:i A') }}

@else

Select amount you wish to contribute or donate or select other to enter your own desired amount.

@if($amount === 'other') @endif @if($amount != '' || $custom_amount != '')
@endif @endif