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

Update Pass Book Balance

Back To The Pass Book List
{!! Form::open(array('url' => 'PassBookBalanceUpdate', 'role' => 'form', 'class' => 'form-horizontal form-groups', 'id' => 'filterFormId', 'method' => 'POST')) !!}
{{-- Start of Branch Name --}}
{{-- Start of the Submit Button --}} @php $loanTracker = 0; $savingsTracker = 0; @endphp @foreach ($SamityInformations as $key => $SamityInformation) @endforeach
Member Information
Loan Information
Savings Information
Member ID
Member Name
Loan ID
Outstanding
Due
Savings ID
Balance
{!! Form::label('', '', ['class' => 'control-label col-md-12', 'style' => 'color:#708090; padding-top: 25px;']) !!}
{{-- End of the Submit button --}}
{!! Form::close() !!}
@endsection