@extends('eliteadmin::layouts.app') @section('title', 'Add Expense Category') @section('content')
@csrf @include('finance::categories.form', ['category' => null])
Cancel
@endsection