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

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

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

Match Prediction

Select sport and make your prediction

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