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

{{ $entry->contest->title }}

{!! $entry->contest->description !!}

Match Prediction

Predict the final score and test your football instincts!

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • • {{ $error }}
  • @endforeach
@endif
@csrf

Home

VS

Away

@endsection