@extends('layouts/acc_layout') @section('title', '| Edit Fund Transfer Voucher Configuration') @section('content')
Edit Fund Transfer Voucher Configuration
@if(session()->has('failmsg'))
×

{{ session()->get('failmsg') }}

@endif
{!! Form::open(array('url' => 'updateFundTransferVoucherConfig','method' => 'post', 'id' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!} {{ csrf_field() }}
{!! Form::label('Project', 'Project:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::label('Branch', 'Branch:', ['class' => 'col-sm-12 control-label']) !!}
@foreach($ledgersOfCashAndBank as $key => $record) @endforeach
SL No. Target Branch Cash/Bank Action
{{ ++$key }} {{ $record->code }} - {{ $record->name }} Warning: Undefined variable $record in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/fundTransferConfig/editFundTransferVoucherConfig.blade.php on line 89

Warning: Attempt to read property "activeStatus" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/accounting/fundTransferConfig/editFundTransferVoucherConfig.blade.php on line 89
/>
{!! Form::label('update', ' ', ['class' => 'col-sm-7 control-label']) !!}
{!! Form::submit('Update', ['id' => 'submitButton', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection