@extends('layouts/microfin_layout') @section('title', '|POMIS-3A Report') @section('content') @include('microfin/reports/monthlyReportViews/monthlyTargetsAndAchievementReport/monthlyTargetsAndAchievementReportAjax')
{{-- --}}

Monthly Targets And Achievement Report

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

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

--}}
@else
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::select('searchABZ', [''=>'--All--']+$branchList, null ,['id'=>'searchABZ','class'=>'form-control input-sm','autocomplete'=>'off', 'required']) !!} {{--

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

--}}
{{-- 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