@extends('layouts.microfin_layout') @section('title', '| Achievement Report') @section('content') @include('successMsg')

Achievement Report (Branch Wise)

{!! Form::open(array('url' => 'AchievementReportView/', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{{-- Start of report level --}}
{!! Form::label('', 'Report Level:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::select('filReportLevel',$reportLevelList, null ,['id'=>'filReportLevel','class'=>'form-control input-sm','autocomplete'=>'off', 'autofocus']) !!}
{{-- end of report level --}} {{-- Start of report level --}} {{-- end of report level --}} {{-- start of zone level --}} {{-- End of zone level --}} {{-- Start of region level --}} {{-- End of region level --}} {{-- Start of branch level --}}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::select('filBranch', [''=>'--All--']+$branchList, null ,['id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off', 'style' => 'color:black']) !!}

{{-- end of branch level --}}
{!! Form::label('monthFrom', 'Month From:*', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{!! Form::text('monthFrom', $monthFrom,['id'=>'monthFrom','class'=>'form-control input-sm','autocomplete'=>'off','style'=>'cursor:pointer']) !!}
{!! Form::label('monthTo', 'Month To:*', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{!! Form::text('monthTo', $monthTo,['id'=>'monthTo','class'=>'form-control input-sm', 'autocomplete'=>'off','style'=>'cursor:pointer']) !!}
{!! Form::label('', 'Achievement Type:', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{!! Form::select('achievementType', $achievementReportParameter, null, ['id'=>'achievementType','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}

{{-- Start of saving products level --}}
{!! Form::label('', 'Saving Product:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- end of saving products level --}}
{!! Form::label('', 'Funding Org.:', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{!! Form::select('filFundingOrg',[''=>'--All--','-1'=>'PKSF & Others']+$fundingOrgList, -1,['id'=>'filFundingOrg','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}

{!! Form::label('', 'Sort By.:', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{!! Form::select('sortBy',$sortBy, null,['id'=>'sortBy','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}

{!! Form::label('', 'With Zero:', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{!! Form::label('', 'With Manager:', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{!! Form::label('', 'Show Achievement:', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{!! Form::label('', 'With Digital:', ['class' => 'control-label pull-left','style' => 'color:black']) !!}
{{-- Start of the Submit Button --}}
{!! Form::label('', '.', ['class' => 'control-label col-md-12', 'style' => 'color:#708090']) !!}
{!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary']); !!}
{{-- End of the Submit button --}}
{!! Form::close() !!}
{{-- script for submit form --}} {{-- script for date --}} {{-- script for show/hide level --}} @endsection