@extends('layouts.app') @section('title', 'Revise '.$invoice->invoice_number) @section('content')
← {{ $invoice->invoice_number }}

Controlled invoice revision

Revise invoice

Version {{ $invoice->version + 1 }} will preserve the complete prior snapshot, user, timestamp, field changes and reason.

@if($errors->any())
@endif@include('tenant.billing.invoices.form')
@endsection