Skip to content

Instantly share code, notes, and snippets.

@thangngoc89
Created March 28, 2015 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thangngoc89/aaa2425803e2ca85f303 to your computer and use it in GitHub Desktop.
Save thangngoc89/aaa2425803e2ca85f303 to your computer and use it in GitHub Desktop.
$categories = array(
'Xe' => array(
'Xe máy',
'Xe ô tô',
),
'Điện thoại, Viễn thông' => array(
'Điện thoại',
'Linh kiện, phụ kiện',
),
);
echo Form::select( 'categories', $categories);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment