@extends('layouts/microfin_layout') @section('title', '|Pass Book Balance') @section('content') @include('microfin/passBookBalanceViews/PassBookBalanceAjax') {{-- Hasan Sir Start --}} {{-- Hasan Sir End --}}

Pass Book Balance

{!! Form::open(array('url' => 'PassBookBalanceList', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{{-- Start of Branch Name --}}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{--

--}}
{{-- End of Branch Name --}}
{!! Form::label('', 'Samity:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of Status --}}
{!! Form::label('', 'Querter:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of Type --}} {{-- Start of the to date --}}
{!! Form::label('','Year:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of the to date --}} {{-- Start of the Submit Button --}}
{!! Form::label('', '', ['class' => 'control-label col-md-12', 'style' => 'color:#708090; padding-top: 25px;']) !!}
{{-- End of the Submit button --}}
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
{{-- @include('microfin/reports/mfnFieldOfficerReport/mfnFieldreport1_new_table'); --}}
@endsection