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