@extends('layouts/microfin_layout') @section('title', '|Pass Book Balance') @section('content') @include('microfin/passBookBalanceViews/PassBookBalanceAjax')

Add Pass Book Balance

{!! Form::open(array('url' => 'PassBookBalanceSubmit', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'POST')) !!}
{{-- Start of Branch Name --}}
{{-- Start of the Submit Button --}} @if (sizeof($memberInformations) > 0) @foreach ($combineMemberDetails as $memberCode => $member) @foreach ($member as $item) @endforeach @endforeach @else @endif
Member Information
Loan Information
Savings Information
Member ID
Member Name
Loan ID
Outstanding
Due
Savings ID
Balance
PLEASE SELECT AT LEAST ONE SAMITY TO GET ADD FORM !
{!! Form::label('', '', ['class' => 'control-label col-md-12', 'style' => 'color:#708090; padding-top: 25px;']) !!}
{{-- End of the Submit button --}}
{!! Form::close() !!}
@endsection