@extends('layouts.default') @section('title') Kelas @endsection @push('before-script') @if (session('status')) @endif @endpush @section('content') @yield('title') Dashboard @yield('title') Tambah Tambah @csrf Pilih Tingkatan X XI XII Pilih Jurusan LIS OTO RPL TOI PS TSM TKK Suffix *) @error('suffix') {{$message}} @enderror Pilih Walikelas @forelse ($walikelas as $d) {{$d->nomerinduk}} - {{$d->nama}} @empty Data belum tersedia @endforelse @error('guru_id') {{$message}} @enderror @endsection
*)