@foreach($libros as $f=>$r) @endforeach
NUM CODIGO TITULO TOMO EDITORIAL PRECIO BASE
{{$f+1}} {{$r->codigo}} {{$r->titulo}} {{$r->tomo}} @if(isset($r->editorial)) {{$r->editorial->nombre}} @endif {{number_format($r->precio_base,2,'.',',')}}