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

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

@endsection @section('content')

EDIT DESA

@foreach ($rumpun as $item)
@csrf
@endforeach
@endsection