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