@extends('layouts.master')
@section('title', 'Verify Application Information')
@section('style')
@endsection
@section('content')
@include('layouts.header')
@include('layouts.header-sub')
@yield('title')
| No. |
Student ID |
Name |
Program |
Advisor |
Submit Date |
CGPA |
Rank |
CE |
Hours |
Status |
Action |
| 1 |
123456789 |
John Doe |
Computer Science |
Dr. Smith |
2023-05-15 |
3.75 |
10 |
80 |
40 |
Pending |
View Details |
@include('layouts.footer')
@endsection