@extends('layouts/microfin_layout') @section('title', '| Month End Process List') @section('content') @php $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : $userBranchId; $yearSelected = isset($_GET['filYear']) ? $_GET['filYear'] : $lastYear; $pageNum = isset($_GET['page']) ? $_GET['page'] : 1; @endphp

HALF YEAR END LIST

{{-- Filtering --}} {!! Form::open(array('url' => 'viewMfnMonthEndProcess', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Year:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filYear', $yearArray, $yearSelected ,['id'=>'filYear','class'=>'form-control input-sm', 'required']) !!}

{!! Form::label('', '', ['class' => 'control-label col-md-12']) !!}
{!! Form::submit('search', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs']); !!}
{!! Form::close() !!} {{-- End Filtering --}}
Warning: Undefined variable $TCN in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/process/halfYearEndProcess/viewProcess.blade.php on line 64

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/process/halfYearEndProcess/viewProcess.blade.php:64 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/process/halfYearEndProcess/viewProcess.blade.php on line 64