@extends('layouts.app') @section('title', 'New Account') @include('inventory.accounting.partials.styles') @section('content')

Add Account

Create a new chart-of-accounts node.

Back
@include('inventory.accounting.partials.sub-nav') @if($errors->any())
{{ $errors->first() }}
@endif
@csrf
Cancel
@endsection