@extends('layouts.admin') @section('title')Catalogo @stop @section('titulo')CATALOGO @stop @section('descripcion') @stop @section('content') @if(count($libros)>0)
EXCEL PDF
@endif @include('almacen.reportes.tabla-catalogo') @section('scripts') @stop @endsection