@extends('layouts/microfin_layout') @section('title', '| Savings Status') @section('content')

SAVINGS STATUS

{{-- Filtering --}}
{!! Form::open(['url' => '']) !!}
{!! Form::label('', 'Samity:', ['class' => 'control-label pull-left']) !!}

{!! Form::label('', 'Date From (optional):', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filDateFrom', null,['id'=>'filDateFrom', 'class'=>'form-control input-sm','readonly', 'required', 'style'=>'cursor:pointer']) !!}

{!! Form::label('', 'Date To:', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filDateTo', $toDay,['id'=>'filDateTo', 'class'=>'form-control input-sm','readonly', 'required', 'style'=>'cursor:pointer']) !!}

{!! Form::label('', 'Member Code:', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filMemberCode', null,['id'=>'filMemberCode', 'class'=>'form-control input-sm']) !!}

{!! Form::close() !!}
{{-- End Filtering --}}

Warning: Undefined variable $TCN in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/savings/savingsStatusCopy/viewSavingsStatus.blade.php on line 93

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