@extends('layouts.app') @section('title') {{__('Create Expense Category')}} @endsection @section('breadcrumb')

{{__('Expense Categories')}}

@endsection @section('content')

{{__('Create Expense Category')}}

@csrf @include('admin.accounting.expense_categories._form')
@endsection @section('scripts') @endsection