Add create and show page for competition

This commit is contained in:
unurled 2025-07-03 20:18:53 +02:00
parent 1485f3daf5
commit 744308d0cb
10 changed files with 151 additions and 72 deletions

View file

@ -20,7 +20,6 @@ class Competition extends Model
'name',
'description',
'start_date',
'end_date',
'status',
'location',
'max_teams',