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

{{ $table->title }}

@icon(fa-trash-o fa-pr, sr:Discard){{-- --}}Clear Changes @icon(fa-reply, sr:Back to Table)
@yield('tab-content')
{{-- End of row --}} @endsection