DONE: optimize loading page on employee, append the online payment under same batch
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user