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

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

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