Tests

@csrf {{-- --}}
    @foreach($tests as $test)
  • {{$test->category ? $test->category->name: 'Type concours'}} - {{ $test->user->name }} - {{ $test->note }}/{{$test->questions()->count()}}
  • @endforeach