@extends('layouts.app') @section('content')

Chart of Account

Page for Chart of Account

@foreach ($chartOfAccounts as $chartOfAccount) @endforeach
Code Name Account Group Action
{{ $chartOfAccount->code }} {{ $chartOfAccount->name }} @if ($chartOfAccount->subCategory->category->number_sequence) ({{ $chartOfAccount->subCategory->category->number_sequence }}) @endif {{ $chartOfAccount->subCategory->category->name }} - @if ($chartOfAccount->subCategory->number_sequence) ({{ $chartOfAccount->subCategory->number_sequence }}) @endif {{ $chartOfAccount->subCategory->name }}
@csrf @method('DELETE')
@endsection @section('js') @endsection