@extends('layouts/microfin_layout') @section('title', '| Loan Rebate Report V2') @section('content')
{{-- --}}

LOAN REBATE REPORT V2

{!! Form::open(array('url' => 'LoanRebateReportView', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{{-- Start of Branch Name --}}
@if(!in_array($userRoleId, Config('services.branch_level_user_roles')))
{!! 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']) !!}
{!! 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']) !!}

@endif
{!! Form::label('', 'Product:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of Samity Name --}} {{-- Start of the to date --}}
{!! Form::label('','Date From: ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of the to date --}} {{-- Start of the to date --}}
{!! Form::label('','Date To: ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of the to date --}}
{!! Form::label('', 'Actual Rebate 0:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::select('fillActualRebate',['no'=>'No','yes'=>'Yes'], null,['id'=>'fillActualRebate','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}
{{-- 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() !!}
{{-- panel-body panelBodyView DIV --}}
@endsection