@extends('layouts/microfin_layout') @section('title', '|Manager Report (Field Officer & Componen Wise)') @section('content') @include('microfin/reports/branchManagerReportViews/BranchManagerReportAjax')

MANAGER REPORT (FIELD OFFICER & COMPONENT WISE)

{!! Form::open(array('url' => 'BranchManagerReportTable', '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('', 'P. Cat.:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
--}} {{-- End of Type --}} {{--
{!! Form::label('', 'Product:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
--}} {{-- End of Status --}} @if($url == "dynBranchManagerReport")
{!! Form::label('filDateFrom', 'Date From:', ['class' => 'control-label pull-left', 'style' =>'color: black;' ]) !!}
{!! Form::text('filDateFrom', null,['id'=>'filDateFrom','class'=>'form-control input-sm', 'autocomplete'=>'off', 'required' => 'required', 'readonly','style'=>'cursor:pointer']) !!}
{!! Form::label('filDateTo', 'Date To:', ['class' => 'control-label pull-left', 'style' =>'color: black;']) !!}
{!! Form::text('filDateTo', null,['id'=>'filDateTo','class'=>'form-control input-sm', 'autocomplete'=>'off', 'required' => 'required', 'readonly','style'=>'cursor:pointer']) !!}
@else {{-- Start of the from date --}}
{!! Form::label('','Year:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of the from date --}} {{-- Start of the to date --}}
{!! Form::label('','Month: ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of the to date --}}
{!! Form::label('', 'Week:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{--

--}}
{{-- End of Type --}} @endif
{!! Form::label('', 'S. Charge:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{--

--}}
{{-- End of Type --}} {{--
{!! Form::label('', 'S. Interest:', ['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