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

Sekolah

Tambah Sekolah
@foreach ($sekolah as $item) @endforeach
No Nama Sekolah Aksi
{{ ($sekolah->currentPage() - 1) * $sekolah->perPage() + $loop->iteration }} {{ $item->nama_sekolah }} Edit Hapus
{{ $sekolah->links() }}
@endsection