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