@extends('landing.smp.layout') @section('title') List Sekolah @endsection @section('content')
# | Nama | NPSN | Tingkat | Alamat | {{--Pagu Sekolah | --}}
{{-- @foreach($list_jalur as $jalur)--}}
{{-- Pagu {{ $jalur }} | --}}
{{-- @endforeach--}}
---|---|---|---|---|---|---|
{{ $no++ }} | {{ $sekolah->nama }} | {{ $sekolah->npsn }} | {{ $sekolah->tingkat }} | {{ $sekolah->lokasi }} | {{--{{ $sekolah->pagu ?? 0 }} | --}} {{-- @foreach($list_jalur as $jalur)--}} {{--{{ $sekolah->list_pagu[$jalur]->pagu ?? '' }} | --}} {{-- @endforeach--}}