@extends('layouts.admin') @section('title', 'Student Terminal Results') @section('page-title', 'Terminal Results') @section('content')
Operations / Terminal Results
| Roll Number | Student Name | Class & Section | Result Title | Upload Date | Actions |
|---|---|---|---|---|---|
| {{ $res->student->roll_number }} | {{ $res->student->name }} | {{ $res->student->schoolClass->name }} - {{ $res->student->section->name }} | {{ $res->title }} | {{ \Carbon\Carbon::parse($res->upload_date)->format('d M Y') }} | |
| No result cards uploaded. Click "Upload Result Card" to upload a PDF. | |||||