@extends('layouts.app') @section('title', 'Buat Pengajuan RKAT') @section('page-title', 'Buat Pengajuan RKAT') @section('breadcrumb') @endsection @section('content')
Periode aktif: {{ $periode->nama }} ({{ $periode->buka->format('d M Y') }} - {{ $periode->tutup->format('d M Y') }})
@if($existing ?? false) @php $existingStats = $existing->items->countBy('status_validasi'); $existingAcc = $existing->items->sum(fn ($item) => (float) ($item->acc ?? 0)); $existingSelisih = $pagu ? (float) $pagu->nominal_pagu - (float) $existing->total : null; @endphp @else
@csrf
@endif @endsection @if(!($existing ?? false)) @push('js') @endpush @endif