{{-- Basic table view --}} @extends('layouts.app') @php /** @var \App\Models\Table $table */ if (!isset($tab) || $tab == '') $tab = 'edit-rows'; @endphp @section('content')
{{ $table->owner->handle }}{{-- --}}/{{-- --}}{{ $table->name }}

{{ $table->title }}

@icon(fa-trash-o, sr:Discard) @if(user()->ownsTable($table)) @icon(fa-save fa-pr)Commit @else @icon(fa-save fa-pr)Submit @endif
@yield('tab-content')
{{-- End of row --}} @endsection