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

Edit Payment #{{ $payment->id }}

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