@extends('layouts/microfin_layout') @section('title', '| Field Officer Report (Samity & Component Wise)') @section('content')

Field Officer Report (Samity & Component Wise)

{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{{-- @if($userBranchId == 1 || 1) --}}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}

{!! Form::label('','Year:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filYear',[''=>'--Select Year--']+$yearsOption, null,['id'=>'filYear','class'=>'form-control input-sm', 'autocomplete'=>'off','required']) !!}

{!! Form::label('', 'Month:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filMonth',$monthsOption, null,['id'=>'filMonth','class'=>'form-control input-sm', 'autocomplete'=>'off','required']) !!}

{!! Form::label('','Week:', ['class' => 'control-label pull-left']) !!}
{{-- @php $dates = date('m-d-Y'); @endphp --}}
{!! Form::select('week',[''=>'-- All -- '], null,['id'=>'week','class'=>'form-control input-sm', 'autocomplete'=>'off','required']) !!}

{!! Form::label('','Field Officer:', ['class' => 'control-label pull-left']) !!}

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

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

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

{!! Form::label('', 'Savings Interest: ', ['class' => 'control-label pull-left']) !!}

{{-- @endif --}}
{!! Form::label('', '', ['class' => 'control-label']) !!}
{!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs']); !!}
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
{{-- Day Wise Week Change --}}