@extends('layout.header') @section('content')

 / Data Master / 

Data Siswa

@foreach ($data as $d) @endforeach
no nama tingkat kelas Opsi
{{$no++}} {{$d->nama_lengkap}} {{$d->tingkat}} {{$d->kelas}} @if($cari == null) no @else @endif
@endsection