@extends('layouts.app') @section('content')

{{$breadcrumb}}

       

{{--
@php $no=1; @endphp @foreach($siswa as $sw) @endforeach
No NIK Nama Siswa Unit Sekolah Kelas Status Action
{{$no++}} {{$sw->siswa_nik}} {{$sw->siswa_name}} {{$sw->unit_name}} {{$sw->university_name}} {{$sw->class_name}} @if ($sw->class_name==null) Non Aktif @else Aktif @endif   
--}}
@endsection @section('js') @endsection