{{ Form::label('name', 'Name') }} {{ Form::text('name') }}
{{ Form::submit('Submit', array('class' => 'button button--submit')) }}