@extends('layouts.app') @section('title', 'Kelurahan') @section('breadcrumb') @endsection @section('title-section', 'Kelurahan') @section('content')
@if ($message = Session::get('success'))
Success:  {{ $message }}
@endif
Tambah Kelurahan Kembali @foreach ($data as $key => $row) @endforeach
# Kelurahan Kode Pos Status Action
{{ $key + 1 }} {{ $row['kelurahan'] }} {{ $row['kode_pos'] }} @if ($row['status'] == 'TAMPIL') Tampil @else Tidak Tampil @endif
@method('DELETE') @csrf Edit
@endsection @push('addon-script') @endpush