@extends('layouts/microfin_layout') @section('title', '| MRA LLP Report-01') @section('content')
{{-- --}} {{--
  • .XLSX
  • --}} {{-- Download as Text File --}} {{-- --}} {{--
    --}}
    {{-- --}} {{-- --}}

    Loan Classification Chart-5

    {!! Form::open([ 'url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups', 'id' => 'filterFormId', 'method' => 'get', ]) !!}
    @if (count($branchList) > 1)
    {!! Form::label('filReportLevel', 'Report Level:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filReportLevel', $reportLevelList, null, [ 'id' => 'filReportLevel', 'class' => 'form-control input-sm', 'autocomplete' => 'off', 'autofocus', ]) !!}
    @endif
    {!! Form::label('filBranch', 'Branch:', ['class' => 'control-label pull-left required']) !!}
    {!! Form::select('filBranch', ['' => 'All'] + $branchList, null, [ 'id' => 'filBranch', 'class' => 'form-control input-sm', 'autocomplete' => 'off', ]) !!}
    {!! Form::label('scTypes', 'Service Charge:', ['class' => 'control-label pull-left required']) !!}
    {!! Form::label('loanTypes', 'Loan Type:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('loanTypes', $loanTypes, null, [ 'id' => 'loanTypes', 'class' => 'form-control input-sm', 'autocomplete' => 'off', ]) !!}
    {!! Form::label('filFund', 'Fund:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filFund', $fundingOrgList, null, [ 'id' => 'filFund', 'class' => 'form-control input-sm', 'autocomplete' => 'off', ]) !!}
    {!! Form::label('filMonth', 'Select Month:*', ['class' => 'control-label pull-left']) !!}
    {!! Form::text('filMonth', null, [ 'id' => 'filMonth', 'class' => 'form-control input-sm', 'autocomplete' => 'off', 'readonly', 'style' => 'cursor:pointer', ]) !!}

    {{--
    {!! Form::label('dateTo', 'Date To:', ['class' => 'control-label pull-left required']) !!}
    {!! Form::text('dateTo', null, [ 'id' => 'dateTo', 'class' => 'form-control input-sm', 'autocomplete' => 'off', 'required' => 'required', 'readonly', 'style' => 'cursor:pointer', ]) !!}
    --}}
    {!! Form::label('', '0(Zero) Amount:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('fillWithZero', ['1' => 'Yes', '2' => 'No'], null, [ 'id' => 'fillWithZero', 'class' => 'form-control input-sm', 'autocomplete' => 'off', 'required', ]) !!}
    {!! Form::label('', 'Is Round Up?:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filRoundUup', ['1' => 'Yes', '2' => 'No'], null, [ 'id' => 'filRoundUup', 'class' => 'form-control input-sm', 'autocomplete' => 'off', 'required', ]) !!}
    {!! Form::label('', 'Show Column:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('showColumn[]', ['1' => 'LLP(Required)', '2' => 'Branch Code'], [1,2], [ 'id' => 'showColumn', 'class' => 'form-control input-sm', 'multiple', ]) !!}
    {!! Form::label('', '', ['class' => 'control-label col-md-12']) !!}
    {!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs']) !!}
    {!! Form::close() !!}
    {{-- panel-body panelBodyView DIV --}}
    @endsection