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

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

@endif
{!! Form::open(array('url' => 'updateFundTransferLedgerMappingConfig','method' => 'post', 'id' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups')) !!} {{ csrf_field() }}
{!! Form::label('Project', 'Project:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::label('ledgerHeads', 'Ledgers For Headoffice:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::label('ledgerHeads', 'Ledgers For Branch:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::label('update', ' ', ['class' => 'col-sm-7 control-label']) !!}
{!! Form::submit('Update', ['id' => 'submitButton', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection