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