@extends('layouts.master')
@section('content')
No |
Nama Sekolah |
Aksi |
@foreach ($sekolah as $item)
{{ ($sekolah->currentPage() - 1) * $sekolah->perPage() + $loop->iteration }} |
{{ $item->nama_sekolah }} |
Edit
Hapus
|
@endforeach
{{ $sekolah->links() }}
@endsection