@extends('layouts.app', ['title' => 'Edit expense', 'showNav' => true]) @section('content')

Edit expense

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