@extends('layouts.app') @section('title', 'AKI') @section('content')

Tambah AKI

@csrf
@csrf
@foreach ($puskesmas as $index => $item) @endforeach
No Nama Puskesmas Jumlah AKI
{{ $loop->iteration }} {{ $item->nama_puskesmas }}
Total AKI:
Kembali
{{-- Script untuk menghitung total AKI --}} @endsection