{{-- 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 fa-pr, sr:Discard){{-- --}}Discard @icon(fa-reply, sr:Back to Table)
@yield('tab-content')
{{-- End of row --}} @endsection