buildQuery($model); } protected function getColumns() { return [ Column::make('status.name'), Column::make('customer.name'), Column::make('total'), $this->makeColumnButtons(), ]; } }