@extends('templates.master') @section('breadcrumb')

@php $title = "rumpun" @endphp {{ strtoupper($title) }}

@endsection @section('content')

{{ $title }}

@foreach($rumpun as $item) @endforeach
No ID Majelis Nama Majelis Desa Kecamatan Kabupaten Petugas Alamat Aksi
{{ $loop->iteration }} {{ $item['IDMAJELIS'] }} {{ $item['NAMAMAJELIS'] }} {{ $item['IDDESA'] }} {{ $item['IDKECAMATAN'] }} {{ $item['IDKABUPATEN'] }} {{ $item['IDPETUGAS'] }} {{ $item['ALAMT1'] }} {{ $item['ALAMT2'] }}
@endsection