DONE: optimize loading page on employee, append the online payment under same batch

This commit is contained in:
ISMAIL MASSERAN
2026-09-06 10:21:04 +08:00
parent effe268e3b
commit 9fbcf86325
4 changed files with 117 additions and 87 deletions
@@ -3,7 +3,7 @@
@php
$pendingCount = collect($lines)->whereIn('status', ['IN_BATCH', 'OPS_REVIEW'])->count();
$approvedCount = collect($lines)->where('status', 'APPROVED')->count();
$cawName = $cawangan_info['nama'] ?? $cawangan_info['namacaw'] ?? $kodcaw;
$cawName = $cawangan_info['details_caw'] ?? $cawangan_info['namacaw'] ?? $kodcaw;
@endphp
<div class="container-fluid">
<div class="row justify-content-center">