{{ Form::label('filter','Filtro:',array('class'=>'filter-label')) }}
{{ Form::label('dates','De:',array('class'=>'filter-label pull-right')) }}
{{ Form::text('start_date',$start_date,array('id'=>'start_date','class'=>'form-control')) }}
{{ Form::label('dates','A:',array('class'=>'filter-label pull-right')) }}
{{ Form::text('end_date',$end_date,array('id'=>'end_date','class'=>'form-control')) }}