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

Edit Expense

@csrf @method('PUT')
Cancel
@endsection