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

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