@extends('layouts.app') @section('content')

{{ str_replace('_', ' ', $type) }} Contests

@forelse($contests as $contest)

{{ $contest->title }}

{!! $contest->description !!}

Ends: {{ $contest->end_at }}

@empty

No contests found.

@endforelse
@endsection