{!! Form::open(['role' => 'form', 'class' => 'form-horizontal form-groups', 'id' => 'fundTransferForm']) !!}
{{-- --}} @foreach ($components as $component) @endforeach @foreach ($BankAcRegisters as $BankAcRegister) {!! Form::hidden('branchId[]', $BankAcRegister->branchId) !!} {!! Form::hidden('debitAcId[]', $BankAcRegister->id) !!} @foreach ($components as $component) @endforeach @endforeach @foreach ($components as $component) @endforeach
SL# Org. Branch Bank Account InformationComponent AmountComponent Wise Amount
Name Code Bank Name A/C Number Routing Number Branch Name{{ $component->name }}Total
{{ ++$no }} {{ $BankAcRegister->branchName }} {{ $BankAcRegister->branchCodeWith0 }} {{ $BankAcRegister->bankName }} {{ $BankAcRegister->bankAcNumber }} {{ $BankAcRegister->acRoutingNumber }} {{ $BankAcRegister->bankBranchName }}, {{ $BankAcRegister->district }} {!! Form::text('componentAmount['.$BankAcRegister->id.']['.$BankAcRegister->ledgerIdFk.']['.$BankAcRegister->projectId.']['.$BankAcRegister->projectTypeId.']['.$BankAcRegister->branchId.']['.$component->id.']['.$component->ledgerIdFk.']', $value = null, ['class'=>'form-control text-right amount component-amount', 'placeholder' => '-', 'data-id' => $component->id]) !!} {!! Form::text('componentRowTotal', $value = null, ['class' => 'form-control text-right amount component-row-total', 'style' => 'font-weight: bold', 'readonly', 'type' => 'text', 'placeholder' => '-', 'autocomplete' => 'off']) !!}
Total Amount{!! Form::text('componentColGrandTotal['.$component->id.']', $value = null, ['class'=>'form-control text-right amount component-col-grand-total', 'readonly', 'type' => 'text', 'placeholder' => '-', 'autocomplete' => 'off']) !!} {!! Form::text('totalColGrandTotal', $value = null, ['class' => 'form-control text-right amount total-col-grand-total', 'style' => 'font-weight: bold', 'readonly', 'type' => 'text', 'placeholder' => '-', 'autocomplete' => 'off']) !!}
{!! Form::label('submit', ' ', ['class' => 'col-sm-5 control-label']) !!}
{!! Form::submit('Submit', ['id' => 'fundTransferSubmit', 'class' => 'btn btn-success']) !!} Close
{!! Form::close() !!}