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

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

@endsection @section('content')

{{ $title }}

@foreach ($desa as $item) @endforeach
No Kode Nama Desa Aksi
{{ $loop->iteration }} {{ $item['IDDESA'] }} {{ $item['NAMADESA'] }}
@endsection