{{-- List of table revisions --}} @extends('layouts.app') @section('title', "Revisions - $table->title") @php /** @var \App\Models\Table $table */ /** @var \App\Models\Revision[]|\Illuminate\Support\Collection $revisions */ @endphp @section('content') @include('table._table-subpage-header')