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