@extends('layouts.app') @section('title', __('dashboard.Add New Expense')) @section('page_heading', __('dashboard.Add New Expense')) @section('content') @include('dashboard.finance.partials.topbar') @include('layouts.partials.workspace-page-styles')

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

{{ __('dashboard.create_expense_desc') }}

{{ __('dashboard.Expenses') }}
@csrf
@error('expense_category_id')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
{{ __('dashboard.Cancel') }}
@endsection