@extends('layouts/microfin_layout') @section('title', '| Savings Matured Account') @section('content')
{{-- --}} {{--
  • .XLSX
  • --}} {{-- Download as Text File --}} {{-- --}} {{--
    --}}
    {{-- --}} {{-- --}}

    Savings Matured Account

    {!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
    @if($userBranchId == 1)
    {!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filBranch', [''=>'--All--']+$branchList, null ,['id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
    @endif
    {!! Form::label('', 'Product:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filProduct', [''=>'--All--']+$product, null ,['id'=>'filProduct','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
    {!! Form::label('', 'Status:', ['class' => 'control-label pull-left']) !!}
    {!! Form::select('filStatus', ['' => '--All--', '0' => 'Unapprove', '1' => 'Approve', '2' => 'Closed/Payment'], null ,['id'=>'filStatus','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
    {!! Form::label('', 'Savings Code:', ['class' => 'control-label pull-left']) !!}
    {!! Form::text('filSavingsCode', null,['id'=>'filSavingsCode','class'=>'form-control input-sm', 'autocomplete'=>'off']) !!}
    {!! Form::label('', 'Date as on*:', ['class' => 'control-label pull-left']) !!}
    {!! Form::text('filDate', date('d-m-Y'),['id'=>'filDate','class'=>'form-control input-sm', 'autocomplete'=>'off','readonly','style'=>'cursor:pointer']) !!}
    {!! Form::label('filDateFrom', 'Date From:', ['class' => 'control-label pull-left']) !!}
    {!! 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']) !!}
    {!! Form::text('filDateTo', null,['id'=>'filDateTo','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 {{-- Approve Modal --}} {{-- End Approve Modal --}} {{-- Unapprove Modal --}} {{-- End Unapprove Modal --}}