@extends('layouts/microfin_layout') @section('title', '| Loan Reschedule Memberwise Report') @section('content')

LOAN RESCHEDULE REPORT (MEMBERWISE)

{!! Form::open(array('url' => 'LoanRescheduleMemberwiseReportView', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Branch Name:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::label('','Reschedule From: ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::label('','Reschedule To: ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{!! Form::label('', '.', ['class' => 'control-label col-md-12', 'style' => 'color:#708090']) !!}
{!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary']); !!}
{!! Form::close() !!}
@endsection