@extends('layouts.app') @section('head') @stop @section('content') @include('includes.page_header', [ 'title' => 'Revision History', 'purpose' => $restoreEnabled ? 'Every change to the pricing setup, recorded automatically as a version (rapid consecutive saves are merged into one). Restore previews exactly what will change and asks you to confirm; every restore is itself recorded as a new version, so it can be undone.' : 'Every change to the pricing setup, recorded automatically as a version (rapid consecutive saves are merged into one). Restore is currently switched off — nothing here changes data.', ])

Pricing Constants keep their own history and Revert button — their entries here link to the Pricing Constants page, which stays the only place they change.

@if($restoreEnabled)@endif
When Dataset Version What changed WhoActions
@if($restoreEnabled) {{-- Restore preview modal — in the DOM at load for the layout's one-shot Materialize init. Content is filled per preview response. --}} @endif @stop @section('js') @stop