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

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

@csrf @method('PATCH')
@if($expense->receipt_file) @endif
{{ __('dashboard.Cancel') }}
@endsection