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

    Loan Classification Chart-1

    {!! Form::open([ 'url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups', 'id' => 'filterFormId', 'method' => 'get', ]) !!}
    {!! Form::label('branchId', 'Branch:', ['class' => 'control-label pull-left required']) !!}
    {!! Form::select('branchId', $branchList, null, [ 'id' => 'branchId', 'class' => 'form-control input-sm', 'autocomplete' => 'off', ]) !!}
    {!! Form::label('classificationTag', 'Classification:', ['class' => 'control-label pull-left required']) !!}
    {!! 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('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('', '', ['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