@php $entityName = strtolower(class_basename($crud->getModel())); $tableId = $entityName . 'Table'; @endphp

{!! $crud->getHeading() ?? ucfirst($crud->entity_name_plural) !!}

@if ($crud->buttons()->where('stack', 'bottom')->count()) @include('crud::inc.button_stack', ['stack' => 'bottom']) @endif
@if ($crud->buttons()->where('stack', 'top')->count() || $crud->exportButtons())
@include('crud::inc.button_stack', ['stack' => 'top'])
@endif