@extends('layouts.app') @section('title', 'Finance - Ledger Setup') @section('content')

Ledger Setup

Configure your financial ledger accounts

Account Segment Configuration

Define the naming structure for your account hierarchy levels

@include('admin.finance.partials.account-type-modal')
@include('admin.finance.partials.account-nav')
@foreach ($accountTypes as $accountType) @endforeach
SN Account Name Account Code Main Account Description Action
{{ $accountType->name }} {{ $accountType->code }} {{ $accountType->financeAccount->name }} {{ $accountType->description }} {{-- --}}
@endsection @push('styles') @endpush