@extends('layouts/microfin_layout') @if(isset($isInterest)) @section('title', '| OTS Payment List') @else @section('title', '| Withdraw List') @endif @section('content') @php use \App\Http\Controllers\microfin\savings\MfnSavingsWithdrawController as createForm; $pageNo = isset($_GET['page']) ? (int) $_GET['page']: 1; $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : null; $samitySelected = isset($_GET['filSamity']) ? $_GET['filSamity'] : null; $memberCodeSelected = isset($_GET['filMemberCode']) ? $_GET['filMemberCode'] : null; $productSelected = isset($_GET['filProduct']) ? $_GET['filProduct'] : null; $primaryProductSelected = isset($_GET['filPrimaryProduct']) ? $_GET['filPrimaryProduct'] : null; $dateFromSelected = isset($_GET['filDateFrom']) ? $_GET['filDateFrom'] : null; $dateToSelected = isset($_GET['filDateTo']) ? $_GET['filDateTo'] : null; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// $moneyRecNoSelected = isset($_GET['filMoneyRecNo']) ? $_GET['filMoneyRecNo'] : null; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// @endphp
{{-- @if(in_array($userRoleId, Config('services.branch_level_user_roles'))) --}} @if(isset($isInterest)) Add Payment @else Add Withdraw @endif {{-- @endif --}}
@if(isset($isInterest))

OTS INTEREST PAYMENT LIST

@else

SAVINGS WITHDRAW 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('', 'Samity:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filSamity', [''=>'--All--']+$samityList, $samitySelected ,['id'=>'filSamity','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', 'Member Code:', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filMemberCode', $memberCodeSelected ,['id'=>'filMemberCode','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{{-- ------------------------------------///////////////////////////////////////////////////////////////////////////////////////////////////////------------------------------ --}} @if($moneyRecNoType != null)
{!! Form::label('', 'Money Receipt No:', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filMoneyRecNo', $moneyRecNoSelected ,['id'=>'filMoneyRecNo','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
@endif {{-- --------------------------------------///////////////////////////////////////////////////////////////////////////////////////////////////---------------------------- --}}
{!! Form::label('', 'Product:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filProduct', [''=>'--All--']+$productList, $productSelected ,['id'=>'filProduct','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', 'Primary Product:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filPrimaryProduct', [''=>'--All--']+$primaryProductList, $primaryProductSelected ,['id'=>'filPrimaryProduct','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! 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']) !!}
{!! 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/savingsWithdraw/viewSavingsWithdraw.blade.php on line 173

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/savingsWithdraw/viewSavingsWithdraw.blade.php:173 Stack trace: #0 {main} thrown in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/savings/savingsWithdraw/viewSavingsWithdraw.blade.php on line 173