@extends('layouts.app') @section('title',$competition->exists?'Edit Competition':'New Competition') @section('content')
@csrf @if($competition->exists)@method('PUT')@endif
Use the Complete action on the competition page to lock final results.
Enter one category per line or separate categories with commas.
Cancel
@endsection