@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('max_points')) {{ $errors->first('max_points') }} @endif
@if($default) Add reports @endif
@if($main_elements && count($main_elements) > 0)
  • Drag and drop to order
  • @foreach ($main_elements as $i => $element)
  • x
  • @endforeach
  • Max points: {{$max_points_elements}}
@else @endif

Select category

    @if($project_categories) @foreach($project_categories as $category)
  • @endforeach @endif
@if ($errors->has('course_id')) {{ $errors->first('course_id') }} @endif

Select Course

    @if($courses) @foreach($courses as $course)
  • @if($course->groups)
      @foreach ($course->groups as $group)
    • @endforeach
    @endif
  • @endforeach @endif
@if ($errors->has('course_id')) {{ $errors->first('course_id') }} @endif
@push('scripts') @endpush