{% for row in table.rows %} {% if table.options.sortable %} {{ icon('fa fa-arrows handle') }} {% endif %} {% if not table.actions.empty() %} {% endif %} {% for column in row.columns %} {{ column.value|raw }} {% endfor %} {{ buttons(row.buttons)|raw }} {% endfor %}