Create a new class

@csrf
Name
@if ($errors->has("start"))

{{ $errors->first("start") }}

@endif @if ($errors->has("end"))

{{ $errors->first("end") }}

@endif

Subjects

@foreach ($subjects as $subject) {{ $subject->name }} @endforeach

Activities

@foreach ($activities as $activity) {{ $activity->name }} @endforeach

Behaviours

@foreach ($behaviours as $behaviour) {{ $behaviour->name }} @endforeach
Cancel
@section("scripts") @endsection