{{-- Basic table view --}} @extends('layouts.app') @php /** @var \App\Models\Table $table */ @endphp @section('content')
Description
{!! Widget::collapsible($table->description, 400, '8em') !!}
Source
{{ $table->origin }}
| Author | {{ $table->owner->handle }} |
|---|---|
| License | {{ $table->license ?: 'CC0' }} |
| Created | {{ $table->created_at->format("M j, Y") }} |
| Updated | {{ $table->updated_at->format("M j, Y") }} |
| Revisions | {{ $table->revisions()->count() }} |
| {{ $col->title }} | @endforeach
|---|
| {{ $rdata[$col->name] }} | @endforeach