{{-- args: $table --}}
{{-- Description field --}}
Description @if($table->description) {!! Widget::collapsible($table->description, 400, '8em') !!} @if($table->origin)
{{-- spacer --}} @endif @else

No description.

@endif @if($table->origin)

Adapted From
{!! Widget::tryLink($table->origin) !!}

@endif
{{-- Info table --}}
{{-- Commented because the link is already top left --}} {{----}}
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') !!}
{{-- inner row --}}