@extends('layouts/microfin_layout') @section('title', '|Pass Book Balance') @section('content')
|
Member Information
|
Loan Information
|
Savings Information
|
||||
|---|---|---|---|---|---|---|
|
Member ID
|
Member Name
|
Loan ID
|
Outstanding
|
Due
|
Savings ID
|
Balance
|
| {{$SamityInformation->memberCode}} | {{$SamityInformation->name}} | {{$SamityInformation->loanCode}} | {{number_format($SamityInformation->outstanding,2)}} | {{number_format($SamityInformation->due,2)}} | {{$SamityInformation->savingsCode}} | {{number_format($SamityInformation->savingsBalance,2)}} |