@foreach($actions as $action) @if($action instanceof \Dcat\Admin\Grid\Tools\BatchDelete) {!! $action->render() !!} @else
  • {{ $action->getTitle() }}
  • @endif @endforeach