@extends('layouts/acc_layout') @section('title', '| Budget Configuration') @section('content') @include('successMsg')

Budget Configuration

@php $slNo = 1; @endphp @foreach ($configs as $config) @endforeach
SL# Parent Nature Actions
{{ $slNo++ }} {{ $config->ledgerName }} {{ ucfirst($config->nature) }}  
{{-- View Modal --}} {{-- End View Modal --}} {{-- delete modal --}} {{-- end delete modal --}} @endsection