Last Update: {{ $lastUpdateFormatedTime }}

@foreach ($tableHeaderItemsArray as $key => $item) @endforeach @php $Count = 1; $sumPreviousCash = 0; $sumPreviousBank = 0; $sumCurrentCash = 0; $sumCurrentBank = 0; $sumTotal = 0; @endphp @if (count($branchInfoArr) > 0) @foreach ($branchInfoArr as $key => $info) {{-- --}} @php $Count++; $sumPreviousCash += $info['previousMonthCash']; $sumPreviousBank += $info['previousMonthBank']; $sumCurrentCash += $info['currentMonthCash']; $sumCurrentBank += $info['currentMonthBank']; $sumTotal += $info['total']; @endphp @endforeach @else @endif
{{ $item[0] }}
{{ $Count }} [{{ str_pad($info['branchCode'], 3, '0', STR_PAD_LEFT) }}] {{ $info['branchName'] }} {{ date('d-m-Y', strtotime($info['branchOpeningDate'])) }} {{ date('d-m-Y', strtotime($info['branchDate'])) }} {{ number_format($info['previousMonthCash'], 2) }} {{ number_format($info['previousMonthBank'], 2) }} {{ number_format($info['currentMonthCash'], 2) }} {{ number_format($info['currentMonthBank'], 2) }} {{ number_format($info['total'], 2) }} {{ $info['progress'] }} D @if ($info['progress'] >= 0) @else @endif $info['branchDate']) style="color:red" @else style="color:green" @endif> {{ $info['lag'] }} D
Please wait for server update.
Total {{ $sumPreviousCash }} {{ $sumPreviousBank }} {{ number_format($sumCurrentCash, 2) }} {{ number_format($sumCurrentBank, 2) }} {{ number_format($sumTotal, 2) }}