@extends('layouts.admin.app')
@section('title')
Admin
@endsection
@section('head')
@endsection
@section('content')
Delete All
Upload Siswa
Nama |
Kelas |
Nisn |
No Ujian |
status |
Pesan |
Aksi |
@{{ st.name }} |
@{{ st.class }} |
@{{ st.nisn }} |
@{{ st.no_exam }} |
LULUS
|
DI TUNDA
|
@{{ st.message }} |
|
@endsection
@section('pagescript')
@endsection