@extends('layouts.master')
@section('title', 'Test')
@section('style')
@endsection
@section('script')
@endsection
@section('content')
@include('layouts.header')
Test List
{{--
--}}
| No. |
Student ID |
Name |
Curriculum |
Status |
|
{{--
|
|
|
|
|
|
--}}
@include('layouts.footer')
@endsection