@extends('layouts/microfin_layout') @section('title', '| Member Inactive Eligible Process') @section('content')

MEMBER INACTIVE ELIGIBLE PROCESS

{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('','Date: ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::label('', '', ['class' => 'control-label col-md-12']) !!}
{!! Form::submit('Load Branches', ['id' => 'search', 'class' => 'btn btn-primary btn-xs']); !!}
{!! Form::close() !!}
@endsection