buildQuery($model); } protected function getColumns() { return [ Column::make('name')->title('Nom'), Column::make('articles_count')->title('Nb articles')->addClass('text-right')->searchable(false), $this->makeColumnButtons(), ]; } }