@extends('dashboard.layouts.app') @section('title', __('dashboard.Add New Expense Category')) @section('page_heading', __('dashboard.Add New Expense Category')) @section('content')

{{ __('dashboard.Add New Expense Category') }}

@csrf
{{ __('dashboard.Cancel') }}
@endsection