@extends('index') @section('content')

Daftar Siswa

Import Data Dwonload Template Tambah
@if (count($row)) @php if (request('page')) { $i = request('page') * 10 + 1; } else { $i = 1; } @endphp @foreach ($row as $rows) @php $i++; @endphp @endforeach
No Nama Siswa NIS Kelas Tahun Ajaran ACTION
{{ $i }} {{ $rows->name }} {{ $rows->code }} {{ $rows->clas->name }} {{ $rows->year->name }} LIHAT EDIT HAPUS
{{ $row->links() }} @else

Tidak ada data @endif

@endsection @push('script') @endpush