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