@extends('layouts/microfin_layout') @section('title', '|Periodic Collection Component Wise Report #Atiq') @section('content') @include('microfin/reports/mfnFieldOfficerReport/mfnFieldreport1_new_table_ajax');

Field Officer Report (Samity & Component Wise)

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

--}}

{{-- End of Branch Name --}} {{-- Start of Finding Year --}}
{!! Form::label('','Year:', ['class' => 'control-label pull-left']) !!}
{{--

--}}
{{-- End of Finding Year --}} {{-- Start of Month --}}
{!! Form::label('', 'Month:', ['class' => 'control-label pull-left']) !!}
{{--

--}}
{{-- End of Month --}} {{-- Start of Week --}}
{!! Form::label('','Week:', ['class' => 'control-label pull-left']) !!}
{{--

--}}
{{-- End of the week --}} {{-- start of the field officer --}}
{!! Form::label('','Field Officer:', ['class' => 'control-label pull-left']) !!}

{{-- end of the field officer --}} {{-- start of the Product Category --}}
{!! Form::label('', 'Product Category:', ['class' => 'control-label pull-left']) !!}
{{--

--}}
{{-- End of the Product Category --}} {{-- Start of the Product --}}
{!! Form::label('', 'Product:', ['class' => 'control-label pull-left']) !!}

{{-- End of the Product --}}
{{-- Start of the Service Charge --}}
{!! Form::label('', 'Service Charge:', ['class' => 'control-label pull-left']) !!}
{{--

--}}
{{-- End of the Service CHarge --}} {{-- Start of the Savings Interest --}}
{!! Form::label('', 'Savings Interest: ', ['class' => 'control-label pull-left']) !!}
{{--

--}}
{{-- End of the Savings Interest --}} {{-- Start of the Submit button --}}
{!! Form::label('', '.', ['class' => 'control-label col-md-12']) !!}
{{-- {!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs']); !!} --}}
{{-- End of the Submit button --}}
{!! Form::close() !!}
{{--
{{ $fieldofficerInfos->emp_id }}:{{ $fieldofficerInfos->emp_name_english }}
--}}
{{-- panel-body panelBodyView DIV --}}
{{-- @include('microfin/reports/mfnFieldOfficerReport/mfnFieldreport1_new_table'); --}} {{-- @include('microfin/reports/mfnFieldOfficerReport/mfnFieldreport1_new_table'); --}}
@endsection