{{-- --}} @foreach($siswa as $value) @endforeach
Tahun Ajaran Nama Siswa KelasAction
{{$value->tahunAjaran->tahun}} {{$value->nama_lengkap}} {{$value->kelas->nama}} {{-- {!! Form::open(['route' => ['keuangan.destroy', $value->id], 'method' => 'delete']) !!} --}} {{--
--}} {{-- --}} {{-- --}} {{-- {!! Form::button('', ['type' => 'submit', 'class' => 'btn btn-danger action-btn delete-btn', 'onclick' => 'return confirm("Are you sure want to delete this record ?")']) !!} --}} {{--
--}} {{-- {!! Form::close() !!} --}}