@forelse($tests as $test) @empty @endforelse
Test ID Completed Result Attempts Kudos Completed Date
{{ $test->id }} {{ $test->pivot->test_completed ? 'Yes' : 'No' }} {{ $test->pivot->result ?? 'N/A' }} {{ $test->pivot->attempts ?? 0 }} {{ $test->pivot->kudos ?? 0 }} {{ formatDate($test->pivot->completed_date, 'M d, Y') }}
No tests found