= view('components/select', ['name' => 'type', 'selected' => $type, 'options' => ['' => '', 'auth' => 'auth', 'config' => 'config', 'debug' => 'debug', 'edit' => 'edit', 'error' => 'error', 'media' => 'media', 'search' => 'search']]) ?>
= view('components/select', ['name' => 'username', 'selected' => $username, 'options' => $user_options]) ?>
= view('components/select', ['name' => 'tree', 'selected' => $tree, 'options' => $tree_options]) ?>