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

Dodaj nowe zawody

Dodaj nowe zawody

@endsection @section('content')
@csrf

Dane podstawowe

@error ('name')

Nazwa zawodów jest polem wymaganym

@enderror
@error ('city')

Miasto zawodów jest polem wymaganym

@enderror
Data: @error ('start_date')

Data zawodów jest polem wymaganym

@enderror
Godzina: @error ('start_time')

Godzina rozpoczęcia zawodów jest polem wymaganym

@enderror
{{--
Data:
Godzina:
--}}

Dane organizatora


Dane dodatkowe

@endsection