@extends('layouts.cetak') @section('content') @if($jenis === 'Kecamatan') @foreach($list_kecamatan as $key => $value) @include('admin.hasil._table_pendaftar_excel', ['list_pendaftar' => $list_pendaftar[$key], 'kecamatan' => $value]) @endforeach @endif @if($jenis === 'Sekolah') @php($no = 1) @foreach($list_sekolah as $sekolah) @include('admin.hasil._table_sekolah_excel', ['sekolah' => $sekolah]) @endforeach
No NIK Nama Tanggal Lahir Kabupaten Kecamatan Kelurahan Keterangan KK Asal Sekolah Diterima Di Jenjang Skor
@endif @endsection