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

Account Category

Page for Account Category

@foreach ($accountCategories as $accountCategory) @endforeach
Name Account Group Number Sequence Action
{{ $accountCategory->name }} @if ($accountCategory->group->number_sequence) ({{ $accountCategory->group->number_sequence }}) @endif {{ $accountCategory->group->name }} {{ $accountCategory->number_sequence }}
@csrf @method('DELETE')
@endsection @section('js') @endsection