@extends('adminlte::page') @section('title', 'Aptitude Test Attempts') @section('content_header')
| # | Student | Counselor | Total Score | Date | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration + ($attempts->currentPage()-1) * $attempts->perPage() }} | {{ $attempt->student->name }} ({{ $attempt->student->admission_no }}) | {{ $attempt->counselor->name }} | {{ $attempt->total_score }} | {{ $attempt->created_at->format('d M Y, H:i') }} | View PDF |