Add New Expense Account

Create a new expense category or account

Back to Accounts
@csrf
@if($errors->any())

Please fix the following errors:

    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

A short code to identify this account (e.g., OFFICE, TRAVEL, etc.)

A brief description of what this expense account is used for.

Cancel