@extends('layout.layout') @section('content')
Edit Expense #{{ $expense->id }}
@if($errors->any())
@endif
@csrf @method('PUT')
Cancel
@endsection