@extends('layouts.admin') @section('title')libros @stop @section('titulo')LIBROS @stop @section('menu-catalogo')active open @stop @section('libros-opcion')active @stop @section('acciones') @stop @section('descripcion') @stop @section('content') {{--modal--}} @include('libros.create_edit')
EXCEL PDF
@foreach($libros as $f=>$r) @endforeach
NUM CODIGO FOTO TITULO TOMO EDITORIAL PRECIO BASE PRECIO FINAL ACCIONES
{{$f+1}} {{$r->codigo}} @if($r->foto!='')@endif {{$r->titulo}} {{$r->tomo}} @if(isset($r->editorial)) {{$r->editorial->nombre}} @endif {{$r->precio_base}} {{$r->precio_final}}
@section('scripts') @stop @endsection