@include('dashboard::partials.session')
{{--
--}}
{{--
--}}
{{--@if(isset($myHackathonsTitle))--}}
{{--{{ $myHackathonsTitle }}--}}
{{--@else--}}
{{--RECENT HACKATHONS--}}
{{--@endif--}}
{{--
--}}
{{----}}
@if(!$hackathons->isEmpty())
@if($hackathons->count() > 1)
@foreach($hackathons as $hackathon)
@if(!$hackathon->files->isEmpty())
@else
No image found
@endif
{{--
--}}
{!! str_limit(strip_tags($hackathon->title, '
'), 60) !!}
{!! str_limit(strip_tags($hackathon->teaser, '
'), 430) !!}
{!! $hackathon->present()->showLinkToPayPalOrButtonStartHackathon($hackathon) !!}
@endforeach
@foreach($hackathons as $hackathon)
@if(!$hackathon->files->isEmpty())
@else
No image found
@endif
{{--
--}}
{{----}}
{{--
--}}
@endforeach
@else