@extends('layouts.cetak') @section('content') @if($jenis === 'Kecamatan') @foreach($list_kecamatan as $key => $value) @include('admin.hasil._table_pendaftar', ['list_pendaftar' => $list_pendaftar[$key], 'kecamatan' => $value]) @endforeach @endif @if($jenis === 'Sekolah') @foreach($list_sekolah as $sekolah) @include('admin.hasil._table_sekolah', ['sekolah' => $sekolah]) @endforeach @endif @endsection