@extends('layouts/microfin_layout') @section('title', '| Special Members Opening Cash In Hand') @section('content') @include('successMsg')
| SL# | Branch | Opening Cash In Hand (TK) | |
|---|---|---|---|
| Name | Code | ||
| {{ ++$no }} | {{ $openingBalanceConfiguration->branchName }} | {{ $openingBalanceConfiguration->branchCodeWith0 }} | {!! Form::hidden('branchIdFk[]', $openingBalanceConfiguration->id) !!} {!! Form::text('amount[]', $openingBalanceConfiguration->openingCashInHand, ['class' => 'form-control text-right amount', 'id' => 'amount', 'type' => 'text', 'placeholder' => '-', 'autocomplete' => 'off']) !!} |