@extends('layouts/microfin_layout') @section('title', '| Monthly Loan & Savings Collection Sheet') @section('content')
{{-- --}} {{--
  • .XLSX
  • --}} {{-- Download as Text File --}} {{-- --}} {{--
    --}}
    {{-- --}} {{-- --}}

    Monthly Loan & Savings Collection Sheet

    {!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
    {!! Form::label('filBranch', 'Branch:*', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filBranch', [''=>'--Select Branch--']+$branchList, null ,['id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off', 'autofocus']) !!}

    {!! 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('', 'Select Month Segment:*', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filRange',['0' => 'Full Month', '1' => 'First Fortnight', '2' => 'Last Fortnight'], null,['id'=>'filRange','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}

    {!! Form::label('', 'Samity Day:*', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filSamityDay',[''=>'--Select Samity Day--']+$samityDay, null,['id'=>'filSamityDay','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}

    {!! Form::label('', 'Samity:*', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filSamity',[''=>'--Select Samity--'], null,['id'=>'filSamity','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}

    {!! Form::label('', 'Product Category:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filProductCategory', ['0'=>'--All--']+$productCategory, null,['id'=>'filProductCategory','class'=>'form-control input-sm', 'autocomplete'=>'off', 'required']) !!}

    {!! Form::label('', 'Product:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filProduct',['0'=>'--All--'], null,['id'=>'filProduct','class'=>'form-control input-sm', 'autocomplete'=>'off', 'required']) !!}

    {!! Form::label('', 'Show Column:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('showColumn[]',['1'=>'Spouse', '1'=>'Spouse','2'=>'Share Code','3'=>'NID', '4'=>'Mobile', '5'=>'Savings Mature/Final Schedule', '6' => 'Cooperative Code'], null,['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