@if(session()->has('successMsg'))
×
{{ session()->get('successMsg') }}
@endif
Fund Transfer Ledger Mapping Configuration
| SL# |
Project |
Ledger For Headoffice |
Ledger For Branch |
Actions |
@if($fundTransferConfigs && count($fundTransferConfigs) != 0)
@foreach($fundTransferConfigs as $fundTransferConfig)
| {{++$no}} |
{{ $fundTransferConfig->pname }} |
{{ $fundTransferConfig->ledgerForHeadoffice }} |
{{ $fundTransferConfig->ledgerForBranch }} |
|
@endforeach
@endif