@extends('layout') @section('title', 'Edit '.$record->code) @section('content')
← Back to {{ $record->code }}Version {{ $record->version }}

Edit {{ strtolower($recordType->label()) }}

Changes are versioned and added to the audit history.

@csrf @method('PUT')@include('records._form')
Cancel
@endsection