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

{{ __('dashboard.Edit Expense Category') }}

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