@if ($crud->buttons()->where('stack', $stack)->count()) @if ($stack == 'line') @else {{-- Default backpack display --}} @foreach ($crud->buttons()->where('stack', $stack) as $button) {!! $button->getHtml($entry ?? null) !!} @endforeach @endif @endif