https://github.com/laravel/framework/blob/4.2/src/Illuminate/Html/FormBuilder.php
The reason of this behaviour is in formatLabel method. You could use a whitespace as label value:
{{Form::label('email', " ", array('data-icon' => 'u'))}}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community