Pentathlon

@include('layouts.admin.alerts') @if ($pentathlon == null)
Create New
@csrf {{ csrf_field() }}

Pentathlon *

{{ $errors->first('Pentathlon') }}

{{env('APP_NAME')}} *

{{ $errors->first('IT') }}

Swimming *

{{ $errors->first('Swimming') }}

Fencing *

{{ $errors->first('Fencing') }}

Obstacle *

{{ $errors->first('Obstacle') }}

Laser Run *

{{ $errors->first('LaserRun') }}

Shooting Game *

{{ $errors->first('ShootingGame') }}
@else
Update
@csrf {{ method_field('PUT') }}
Pentathlon * {{ $errors->first('Pentathlon') }}

{{env('APP_NAME')}} *

{{ $errors->first('IT') }}

Swimming *

{{ $errors->first('Swimming') }}

Fencing *

{{ $errors->first('Fencing') }}

Obstacle *

{{ $errors->first('Obstacle') }}

Laser Run *

{{ $errors->first('LaserRun') }}

Shooting Game *

{{ $errors->first('ShootingGame') }}
@endif {{--
@csrf {{ method_field('PUT') }}

Pentathlon

env('APP_NAME')

Swimming

Fencing

Obstacle

Laser Run

ShootingGame

--}}
@endsection