@csrf
{{$student->user->name}} {{$student->user->last_name}}
@if($project)
@endif

Reports

@if($main_elements ) @foreach ($main_elements as $index => $elements)
{{-- @error('reports.'.$index.'.title')
{{ $message }}
@enderror --}}
{{$elements->points}}/
@endforeach {{-- @foreach ($reports as $index => $report)
@error('reports.'.$index.'.title')
{{ $message }}
@enderror
@endforeach --}}
{{--
--}}
@endif