A simple table
<pinp> $tableData = array( array( 'nl', 'Netherlands', 'Dutch' ), array( 'de', 'Germany', 'German' ), array( 'fr', 'France', 'French' ), array( 'uk', 'United Kingdom', 'English' ), array( 'be', 'Belgium', 'Dutch, French' ) ); echo ar('html')->table( $tableData ); </pinp>