@extends('layouts.app') @section('title', 'Daftar Kecamatan') @section('breadcrumb')
@endsection @section('title-section', 'Kecamatan') @section('content')| # | Kecamatan | Jumlah Kelurahan | Status | Action |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $row['kecamatan'] }} | {{ $row['countKelurahan'] }} | @if ($row['status'] == 'TAMPIL') Tampil @else Tidak Tampil @endif |