@php
$siteBreadcumb = [
["url"=>"/dbh/realisasi-pendapatan","label"=>$siteTitle],
["url"=>"/dbh/realisasi-pendapatan/create","label"=>$sitesubTitle]
];
@endphp
@section('styles')
@endsection
@extends('layouts.empty')
@section('content')
AKB
$bulan){ ?>
= $key == 0 || $key == 6 ? "
":"" ?>
= $key == 5 || $key == 11 ? "
":"" ?>
TOTAL AKB
{{ separateNumberIndo($totalAKB) }}
SPD
| Nomor |
Tanggal |
Jumlah |
$spd){ ?>
| {{ $spd->i_spdno_dok }} |
{{ date("d-m-Y",strtotime($spd->d_spdno)) }} |
{{ separateNumberIndo($spd->jml) }} |
jml); } ?>
| TOTAL SPD |
{{ separateNumberIndo($totalSPD) }} |
@endsection
@section('scripts2')
@endsection