@extends('layouts.main') @section('title','Kelas Siswa') @section('header','Kelas Siswa') @section('breadcrumb') @endsection @section('content') @if(Session::has('message'))

{{ Session::get('message') }}

@endif
@if($user->level_user == 1)
@else @if($user->jenis_sekolah)
@endif @endif
@if($update) @endif @endsection @push('custom-scripts') @if($update) @endif @endpush