@extends('dashboard::layouts.admin') @section('content')
{!! Breadcrumbs::render('dashboard') !!} @include('dashboard::partials.title')

Demo Hackathons

@if(!$demoHackathons->isEmpty()) @foreach($demoHackathons as $hackathon) @endforeach @else @endif
Title Teaser Edit
{{ $hackathon->title }} {!! substr(strip_tags($hackathon->teaser), 0, 80) !!}...
Demo list is empty

Hackathons

@if(!$notDemoHackathons->isEmpty()) @foreach($notDemoHackathons as $hackathon) @endforeach @else @endif
Title Teaser Edit
{{ $hackathon->title }} {!! substr(strip_tags($hackathon->teaser), 0, 80) !!}...
Hackathons list is empty
@stop