@extends('layouts/microfin_layout') @section('title', '| OLRS Data Process') @section('content')

OLRS Data Process

{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('dataType', 'Data Type:*', ['class' => 'control-label pull-left']) !!}
{!! Form::select('dataType', $dataType, null ,['id'=>'dataType','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('', ' ', ['class' => 'control-label pull-left']) !!}
{!! Form::submit('Search', ['id' => 'search', 'class' => 'btn btn-primary btn-sm']); !!}
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
@endsection