{:Form::input('title', 'text', ['label' => 'Title', 'verify' => 'required'], '')} {:Form::input('url', 'text', ['label' => 'Url', 'verify' => 'required'], '')} {:Form::editor('description', ['label'=>'Description','verify' => ''])} {:Form::input('keywords', 'text', ['label' => 'Keywords', 'verify' => ''], '')} {:Form::upload('icon',['label'=>'站点图标'],'')} {:Form::input('rel', 'text', ['label' => 'Rel', 'verify' => '','tips'=>'例如:nofollow(注释:不传递搜索引擎权重)'], 'friend')} {:Form::select('status',$statusList, ['label' => 'Status', 'verify' => '', 'search' => 1], [], '1')} {:Form::submit()}