rows([ $table->rows([ 'username' => function ($cell) { return "$cell"; }, 'email' => function ($cell) { return "$cell"; } ]); $table->create(); $table->render();