@extends('layouts/microfin_layout') @section('title', '| National Database Savings Report') @section('content')

Monthly MF CIB Generate Process

{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'post')) !!}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('branchId', $data['branches'], 0 ,['id'=>'branchId','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', 'Year:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('years', $data['years'], 0 ,['id'=>'yearId','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', 'Month:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('months', $data['months'], 1 ,['id'=>'monthId','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', ' ', ['class' => 'control-label pull-left']) !!}
{!! Form::submit('Generate', ['id' => 'loadData', 'class' => 'btn btn-primary btn-sm']); !!}
{!! Form::close() !!}
MF CIB Process Terminal
{{-- panel-body panelBodyView DIV --}}
@endsection