Test Builder
Build a Custom Test {{ auth()->id() === $targetUser->id ? 'Create a test from the question bank.' : 'Creating test for ' . $targetUser->name . '.' }} @if(auth()->user()->can('revision.progress.view_child') && $students->isNotEmpty())
@foreach($students as $student) @endforeach Switch
@endif
@if($selectedChildId) @endif
@foreach($subjects as $subject) @endforeach
@foreach($topics as $topic) @endforeach
Reset Apply Filters
@csrf @if($selectedChildId) @endif

Showing {{ $questions->total() }} question{{ $questions->total() === 1 ? '' : 's' }}

Select Page Clear Generate
@forelse($questions as $question) @empty
No questions matched these filters.
@endforelse
@if($questions->hasPages())
{{ $questions->links() }}
@endif