@extends('layouts/microfin_layout') @section('title', '| Breakdown of portfolio by maturity') @section('content')

Breakdown of Portfolio by Maturity

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

--}}
{!! Form::label('', 'Date To:', ['class' => 'control-label pull-left']) !!}
{!! Form::text('filDateTo',null,['id'=>'filDateTo','class'=>'form-control input-sm readonly', 'autocomplete'=>'off','style'=>'cursor:pointer;','required']) !!}
{!! Form::label('', '', ['class' => 'control-label col-md-12']) !!}
{!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs']); !!}
{{-- {!! Form::close() !!} --}}
@endsection