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

Account Sub Category

Page for Account Sub Category

@foreach ($accountSubCategories as $accountSubCategory) @endforeach
Name Account Category Number Sequence Action
{{ $accountSubCategory->name }} @if ($accountSubCategory->category->number_sequence) ({{ $accountSubCategory->category->number_sequence }}) @endif {{ $accountSubCategory->category->name }} {{ $accountSubCategory->number_sequence }}
@csrf @method('DELETE')
@endsection @section('js') @endsection