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

Chart of Account : edit

Page for edit Master Chart of Account

Type : {{ $chartOfAccount->subCategory->category->group->accountType->name }}

Group : {{ $chartOfAccount->subCategory->category->group->name }}

Category : {{ $chartOfAccount->subCategory->category->name }}

@csrf @method('PUT')
@error('code')
{{ $message }}
@enderror
@error('name')
{{ $message }}
@enderror
@error('sub_category_id')
{{ $message }}
@enderror
{{--
is_subsidiary) ? 'checked' : '' }}>
--}}
@endsection @section('js') @endsection