@foreach( $captions as $caption ) @if( !empty($caption) ) {{ $caption }} @endif @endforeach @php $subTotal = (object) [ 'this_month_cash' => 0, 'last_june' => 0, 'this_month_noncash' => 0, 'this_fy_cash' => 0, 'this_fy_noncash' => 0 ]; @endphp @if( !empty($ac_codes) ) @foreach( $ac_codes as $ac_code ) @php $hideClass = ( empty($indicators[$ac_code]->acc_ledgerId) ) ? true : false; $subTotal->this_month_cash += (float) $indicators[$ac_code]->this_month_cash; $subTotal->last_june += (float) $indicators[$ac_code]->last_june; $subTotal->this_month_noncash += (float) $indicators[$ac_code]->this_month_noncash; $subTotal->this_fy_cash += (float) $indicators[$ac_code]->this_fy_cash; $subTotal->this_fy_noncash += (float) $indicators[$ac_code]->this_fy_noncash; $identifier = implode( '_', explode('.', $ac_code) ); @endphp {{ $indicators[$ac_code]->acchead }} @php $hideClass = false; if($accgroup == 'BS') $hideClass = false; if($accgroup == 'IS') $hideClass = true; if($accgroup == 'RP') $hideClass = true; @endphp Warning: Undefined variable $is_editable in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/olrs/tableHelper.blade.php on line 56
readonly /> @php $hideClass = false; if($accgroup == 'BS') $hideClass = false; if($accgroup == 'IS') $hideClass = false; if($accgroup == 'RP') $hideClass = false; @endphp Warning: Undefined variable $is_editable in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/olrs/tableHelper.blade.php on line 73
readonly /> @php $hideClass = false; if($accgroup == 'BS') $hideClass = true; if($accgroup == 'IS') $hideClass = false; if($accgroup == 'RP') $hideClass = false; @endphp Warning: Undefined variable $is_editable in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/olrs/tableHelper.blade.php on line 90
readonly /> @php $hideClass = false; if($accgroup == 'BS') $hideClass = true; if($accgroup == 'IS') $hideClass = true; if($accgroup == 'RP') $hideClass = false; @endphp Warning: Undefined variable $is_editable in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/olrs/tableHelper.blade.php on line 107
readonly /> @php $hideClass = false; if($accgroup == 'BS') $hideClass = true; if($accgroup == 'IS') $hideClass = true; if($accgroup == 'RP') $hideClass = false; @endphp Warning: Undefined variable $is_editable in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/process/olrs/tableHelper.blade.php on line 124
readonly /> @endforeach @endif @if( !empty($captions) ) Sub total @if($accgroup == 'BS') {{ number_format( $subTotal->last_june, 2) }} {{ number_format( $subTotal->this_month_cash, 2) }} @elseif($accgroup == 'IS') {{ number_format( $subTotal->this_month_cash, 2) }} {{ number_format( $subTotal->this_fy_cash, 2) }} @elseif($accgroup == 'RP') {{ number_format( $subTotal->this_month_cash, 2) }} {{ number_format( $subTotal->this_fy_cash, 2) }} {{ number_format( $subTotal->this_month_noncash, 2) }} {{ number_format( $subTotal->this_fy_noncash, 2) }} @endif @endif