{{ Form::label('title', getphrase('title')) }} * {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('title') )) }}
{{ Form::label('key', getphrase('key')) }} * {{ Form::text('slug', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('key') ))}}
{{ Form::label('help_link_text', getphrase('help_link_text')) }} * {{ Form::text('help_link_text', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('help_me') ))}}
{{ Form::label('help_link_url', getphrase('help_link_url')) }} * {{ Form::text('help_link_url', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'http:\\projectname\documentation' ))}}

Settings