buildQuery($model); } protected function getColumns() { return [ Column::make('last_name')->title('Nom'), $this->makeColumnButtons(), ]; } }