@foreach($libros as $libro)
{{ $libro->title }} {!! Form::label('title', $libro->title, array('class' => 'mylabel')) !!}
@endforeach