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

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

@endif
{!! Form::open(array('url' => 'insertFundTransferLedgerMappingConfig','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::close() !!}
@endsection