Test Response({{$test_name->name ?? '-'}})


@if($responses) @foreach ($responses as $response) @endforeach @endif
S.No. Student Name Submission Date View Submission
{{$loop->iteration}} {{$response->std_name}} {{ \Carbon\Carbon::parse($response->test_attempted_on)->format('d M Y') }} @if($response->status ==1 ) {{-- --}} @else @endif
{!! $responses->links() !!}
@endsection