@extends('layouts/microfin_layout') @section('title', '|Daily Colection Component Wise #Atiq') @section('content')

Member Ledger Report

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

--}}
{{-- End of Branch Name --}}
{!! Form::label('', 'Member Code:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::text('filMemberCode', null,['id'=>'filMemberCode','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}
{{-- Start of the from date --}}
{!! Form::label('','Date From:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{--

--}}
{{-- End of the from date --}} {{-- Start of the to date --}}
{!! Form::label('','Date To :     ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{--

--}}
{{-- End of the to date --}} {{-- Start of the With 0 value start --}}
{!! Form::label('', 'Search Type:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}

{{-- End of the With 0 value End --}} {{-- Start of the Submit Button --}}
{!! Form::label('', '.', ['class' => 'control-label col-md-12', 'style' => 'color:#708090']) !!}
{{-- {!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs']); !!} --}}
{{-- End of the Submit button --}}
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
{{-- @include('microfin/reports/mfnFieldOfficerReport/mfnFieldreport1_new_table'); --}}
@endsection