@extends('layout.main') @section('content')
| No | SKPD | Sub Kegiatan | Rekening | Jumlah Sebelum | Jumlah Sesudah | Selisih |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->skpd->nama }} | {{ $item->subKegiatan->nama }} | {{ $item->rekening->nama }} | {{ number_format($item->jumlah_sebelum, 0, ',', '.') }} | {{ number_format($item->jumlah_sesudah, 0, ',', '.') }} | {{ number_format($item->jumlah_sesudah - $item->jumlah_sebelum, 0, ',', '.') }} |