@extends('layouts.master')
@section('title', 'Scholarship Student List')
@section('style')
@endsection
@section('script')
@endsection
@section('content')
@include('layouts.header')
@include('layouts.header-sub')
| No. |
Student Name |
Student ID |
Scholarship Name |
Scholarship Type |
Status |
Submission Date |
Manage |
|
|
|
|
|
|
|
|
{{--
| --}}
@include('layouts.footer')
@endsection