{{-- Basic table view --}} @extends('layouts.app') @php /** @var \App\Models\Table $table */ @endphp @section('content')
@include('table._header-handle')

{{ $table->title }}

@include('table._view-action-buttons')
{{-- Tab panels wrapper --}}
@include('table._panel-metadata')
Column toggles, sort, filtering … coming soon
@include('table._panel-export')
{{-- End of tab panels wrapper --}} {{-- Right column with menu --}}
{{-- end of menu column --}}
{{-- End of row --}} @if($table->revisions_count != $revisionNum) @endif
{{-- End of row --}}
@include('table._rows')
{{-- End of row --}}
{{-- End of row --}} @endsection