@include('dashboard::partials.session')
@if(Request::query('phrase'))
Found {{ $resultCount }} results, searched by phrase: "{{ Request::query('phrase') }}"
Back to list
@endif
@if(!$hackathons->isEmpty())
@foreach($hackathons as $hackathon)
@if(!$hackathon->files->isEmpty())
@else
@endif
{{ $hackathon->title }}
{!! $hackathon->teaser !!}
{!! $hackathon->present()->showLinkToPayPalOrButtonStartHackathon($hackathon) !!}
@if($hackathon->is_demo == 0)
{{ $hackathon->people_purchased }}
purchased,
@endif
{{ $hackathon->people_finished }}
finished
@endforeach
@include('dashboard::partials.pagination', ['paginator' => $hackathons, 'linkLimit' => 7])
@else
epic_
programming_is_
coming
_soon
@endif