@forelse($tests as $subject => $subjectTests)
{{ $subject }}
@foreach($subjectTests as $test)
FREE
{{ $test->title }}

Total Questions: {{ $test->total_questions }}

Duration: {{ $test->duration }} Minutes

Difficulty: {{ ucfirst($test->difficulty) }}

Start Free Test
@endforeach
@empty

No Free Tests Available

Please check back later.

@endforelse