@extends('layouts/microfin_layout') @section('title', '|Loan Statement (Recoverable Calculation)') @section('content') @include('microfin/reports/dailyRecoverableAndCollectionRegisterViews/DailyRecoverableAndCollectionRegisterAjax')

Daily Recoverable and Collection Register

{!! Form::open(array('url' => 'loanClassificationDMRreportA', '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('', 'Product Category:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{--

--}}
{{-- End of Status --}}
{!! Form::label('', 'Product:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{--

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

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

--}}
{{-- End of Status --}} {{-- start of Is Round Up? --}} {{--
{!! Form::label('', 'Is Round Up?:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
--}} {{-- End of Is Round Up? --}} {{-- Start of the Submit Button --}}
{!! Form::label('', '', ['class' => 'control-label col-md-12', 'style' => 'color:#708090; padding-top: 25px;']) !!}
{{-- {!! 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