{{--
--}} @include('components.admin-header')
@php $messagesuccess = Session::get('success'); $messageerror = Session::get('error'); @endphp @if (Session::get('success'))
{{ $messagesuccess }}
@endif @if (Session::get('error'))
{{ $messageerror }}
@endif
Pindah/Naik Kelas
Pilih Kelas
-- Pilih Kelas --
@foreach ($kelas as $d)
{{ $d->nama_kelas }}
@endforeach
@csrf
Pilih
NIS
Nama Siswa
Kelas
Ke Kelas
-- Pilih Kelas Baru --
@foreach ($kelas as $d)
{{ $d->nama_kelas }}
@endforeach
>> Proses