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

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