Data Sekolah Jumlah data sekolah {{ $sekolahs->total() }}

@php($no = 1) @if($sekolahs instanceof \Illuminate\Pagination\LengthAwarePaginator) @php($no = (($sekolahs->currentPage()-1) * $sekolahs->perPage()) + 1) @endif @foreach($sekolahs as $sekolah) @endforeach
# Nama NPSN Tingkat Jenis Alamat User
{{ $no++ }} {{ $sekolah->nama }} {{ $sekolah->npsn }} {{ $sekolah->tingkat }} {{ $sekolah->jenis }} {{ $sekolah->lokasi }}
@if($sekolahs instanceof \Illuminate\Pagination\LengthAwarePaginator) {{ $sekolahs->links('vendor.pagination.custom', ['function' => 'search_sekolah']) }} @endif