{{-- args: $table --}} @php /** @var \App\Models\Table $table */ @endphp
No description.
@endif @if($table->origin)
        Adapted From
        {!! Widget::tryLink($table->origin) !!}
      
| Author | {{ $table->owner->title }} ({{ $table->owner->handle }}) | 
|---|---|
| License | {{ $table->license ?: 'CC0' }} | 
| Created | {{ $table->created_at->diffForHumans() }} | 
| Updated | {{ $table->updated_at->diffForHumans() }} | 
| Revisions | {{ $table->revisions_count }} (see changes) | 
| Visits | {{ $table->visits }} {!! Widget::help('Visitors counted once per day') !!} |