@extends('layouts.app') @section('title', 'New Ledger Account') @section('breadcrumbs') @endsection @section('content')

New Ledger Account

Create a new account in the chart of accounts

Back
@csrf @if ($errors->any())
@endif
Account Details
Cancel
@endsection @push('scripts') @endpush