@extends('layouts/microfin_layout') @if(isset($type) && $type == 1) @section('title', '| Savings Interest Provision List') @else @section('title', '| Savings Interest Generate List') @endif @section('content') @php use \App\Http\Controllers\microfin\savings\MfnSavingsDepositTypeController as createForm; $pageNo = isset($_GET['page']) ? (int) $_GET['page']: 1; $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : null; $depositSelected = isset($_GET['filDeposit']) ? $_GET['filDeposit'] : null; /*$samitySelected = isset($_GET['filSamity']) ? $_GET['filSamity'] : null; $memberCodeSelected = isset($_GET['filMemberCode']) ? $_GET['filMemberCode'] : null; $primarySelected = isset($_GET['filProduct']) ? $_GET['filProduct'] : null; */ $dateFromSelected = isset($_GET['filDateFrom']) ? $_GET['filDateFrom'] : null; $dateToSelected = isset($_GET['filDateTo']) ? $_GET['filDateTo'] : null; $periodSelected = isset($_GET['filPeriod']) ? $_GET['filPeriod'] : null; $valueSelected = isset($_GET['filValue']) ? $_GET['filValue'] : null; @endphp
@if(isset($type) && $type == 1)

Savings Interest Provision List

@else

Savings Interest Generate List

@endif
{!! Form::open(array('url' => Request::url(), 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
@if($userBranchId == 1)
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filBranch', [''=>'--All--']+$branchList, $branchSelected ,['id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
@endif
{!! Form::label('', 'Deposit Type:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filDeposit', [''=>'--All--']+$depositList, $depositSelected ,['id'=>'filDeposit','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
@if(!isset($type))
{!! Form::label('', 'Date From:', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filDateFrom', $dateFromSelected,['id'=>'filDateFrom','class'=>'form-control input-sm', 'autocomplete'=>'off','readonly','style'=>'cursor:pointer']) !!}
{!! Form::label('', 'Date To:', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filDateTo', $dateToSelected,['id'=>'filDateTo','class'=>'form-control input-sm', 'autocomplete'=>'off','readonly','style'=>'cursor:pointer']) !!}
@endif @if(isset($type) && $type == 1)
{!! Form::label('', 'Period:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filPeriod', [''=>'--All--']+$periodList, $periodSelected ,['id'=>'filPeriod','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
@endif {{--
{!! Form::label('', 'Search Type:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filValue', [''=>'--All--']+$valueList, $valueSelected ,['id'=>'filValue','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
--}}
{!! Form::label('', ' ', ['class' => 'control-label col-md-12']) !!}
{!! Form::submit('Search', ['id' => 'searchButton', 'class' => 'btn btn-primary btn-xs']); !!}
{!! Form::close() !!}
Warning: Undefined variable $TCN in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/savings/otsInterest/index.blade.php on line 151

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