@extends('landing.tk.layout') @section('title') List Sekolah @endsection @section('content')

List Sekolah

@php($no = 1) @foreach($list_sekolah as $sekolah) @endforeach
# Nama NPSN Tingkat Alamat Pagu
Sekolah
{{ $no++ }} {{ $sekolah->nama }} {{ $sekolah->npsn }} {{ $sekolah->tingkat }} {{ $sekolah->lokasi }} {{ $sekolah->pagu ?? 0 }}
@endsection