@extends('admin.layout.app') @section('body')
| {{ __('admin.student_2') }} | {{ __('admin.gpa') }} | {{ __('admin.semester_result') }} | {{ __('admin.promoted') }} |
|---|---|---|---|
| {{ $p->student->name }} ({{ $p->student->email }}) | {{ $p->gpa }} | {{ ucfirst($p->status) }} | {{ $p->promoted }} |