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

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

@endif

Fund Transfer Ledger Mapping Configuration

@if($fundTransferConfigs && count($fundTransferConfigs) != 0) @foreach($fundTransferConfigs as $fundTransferConfig) @endforeach @endif
SL# Project Ledger For Headoffice Ledger For Branch Actions
{{++$no}} {{ $fundTransferConfig->pname }} {{ $fundTransferConfig->ledgerForHeadoffice }} {{ $fundTransferConfig->ledgerForBranch }}
@include('dataTableScript') @endsection