@extends('layouts/microfin_layout') @section('title', '| OTS Interest Effective Date') @section('content')

OTS Interest Effective Date

@if (sizeof($branchList) > 1) {!! Form::open(array( Request::url(), 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filBranch', [''=>'--Select--']+$branchList, null ,['id'=>'filBranch','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() !!} @endif {!! Form::open(array('url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups', 'id' => 'dataForm')) !!}
Warning: Undefined variable $accounts in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/savings/interestPaymentStart/index.blade.php on line 88

Warning: foreach() argument must be of type array|object, null given in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/savings/interestPaymentStart/index.blade.php on line 88
SL Member Name Opening Date Account No Period Fixed Deposit Amount Interest Effective Date
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
@endsection