@extends('layouts/microfin_layout') @section('title', '| Mfn Manual Savings Interest') @section('content') {{-- public_html/ambalafoundation/resources/views/microfin/process/manualProvisionEntry --}}

Manual Savings Interest Entry

{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('branchId', $data['branches'], null ,['id'=>'branchId','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', 'Year:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('years', $data['years'], 0 ,['id'=>'years','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', 'Quarter:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('quarters', $data['quarters'], 1 ,['id'=>'quarters','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', ' ', ['class' => 'control-label pull-left']) !!}
{!! Form::submit('Load', ['id' => 'loadData', 'class' => 'btn btn-primary btn-sm']); !!}
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
@endsection