@extends('layouts.app')
{{-- page title --}}
@section('title','Kelas')
{{-- vendor styles --}}
@section('vendor-styles')
@endsection
{{-- page styles --}}
@section('page-styles')
@endsection
@section('content')
Data Kelas
Id |
Kode Kelas |
Nama Kelas |
Tingkatan |
Wali Kelas |
Unit |
Action |
Id |
Kode Kelas |
Nama Kelas |
Tingkatan |
Wali Kelas |
Unit |
Action |
@endsection
{{-- vendor scripts --}}
@section('vendor-scripts')
@endsection
@section('page-scripts')
@endsection