headers = ['ID', 'Имя', 'URL', 'Username', 'Порт', 'Версия', 'Активный']; $this->data = Airflow::all(['id', 'name', 'url', 'username', 'port', 'version', 'is_active'])->toArray(); $this->view_item_route = "airflow.view"; } }