@extends('dashboard::layouts.app-user') @section('app-user-content')
@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()) Image @else
No image found
@endif {{--
--}}

{!! str_limit(strip_tags($hackathon->title, '
'), 60) !!}

Loader

{!! str_limit(strip_tags($hackathon->teaser, '
'), 430) !!}

{!! $hackathon->present()->showLinkToPayPalOrButtonStartHackathon($hackathon) !!}

@endforeach
@foreach($hackathons as $hackathon)
@if(!$hackathon->files->isEmpty()) Image @else
No image found
@endif
{{--
--}} {{----}} {{--
--}}
@endforeach
Loader
@else