@extends('layouts/microfin_layout') @section('title', '|Periodic Collection Component Wise Report') @section('content') @include('successMsg') @include('microfin/reports/periodicCollectionComponentWiseReport/periodicCollectionComponentWiseReportAjax') @php $branchId = Auth::user()->branchId; // echo 'Branch ID : '.$branchId; @endphp
{{-- --}}

PERIODIC COLLECTION REPORT COMPONENT WISE

{!! Form::open([ 'url' => 'mfnPeriodicCollectionComponentReportTable', '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('', 'F. Org:', ['class' => 'control-label pull-left']) !!}
{{-- End of Type --}}
{!! Form::label('', 'P. Ctg:', ['class' => 'control-label pull-left']) !!}
{{-- End of Status --}} {{-- Start of the from date --}}
{!! Form::label('', 'Product:', ['class' => 'control-label pull-left']) !!}
{{-- End of the from date --}} {{-- Start of the to date --}}
{!! Form::label('startDate', 'From:', ['class' => 'control-label pull-left']) !!}
{{-- --}} {!! Form::text('startDate', null, ['class' => 'form-control', 'id' => 'startDate', 'readonly']) !!}
{{-- End of the to date --}}
{!! Form::label('endDate', 'To:', ['class' => 'control-label pull-left']) !!}
{{-- --}} {!! Form::text('endDate', null, ['class' => 'form-control', 'id' => 'endDate', 'readonly']) !!}
{{-- End of Type --}} {{--
{!! Form::label('', 'Optaion:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('searchLoanProduct',['LoanProduct'=>'Loan Product','LoanProductCategory'=>'Loan Product Category'],null,['id'=>'searchLoanProduct','class'=>'form-control input-sm']) !!}
--}} {{-- End of Type --}} {{-- 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