@extends('layouts.app')
{{-- page title --}}
@section('title','Siswa')
{{-- vendor styles --}}
@section('vendor-styles')
@endsection
{{-- page styles --}}
@section('page-styles')
@endsection
@section('content')
Data Siswa
Id |
NIK |
Name |
Gender |
Phone |
Kelas |
Status |
Payment |
Resume |
Pengumuman |
Date |
Unit |
Action |
Id |
NIK |
Name |
Gender |
Phone |
Kelas |
Status |
Payment |
Resume |
Pengumuman |
Date |
Unit |
Action |
@endsection
{{-- vendor scripts --}}
@section('vendor-scripts')
@endsection
@section('page-scripts')
@endsection