@extends('layouts.admin') @section('title')Inventario @stop @section('titulo') REPORTE INVENTARIO @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') {{-- Nueva Remision--}} @stop @section('descripcion') @stop @section('content') @if(count($datos)>0)
EXCEL PDF
@endif
@if(count($datos)>0) @include('almacen.reportes.tabla-inventario2') @else

NO SE ENCONTRARON REGISTROS.

@endif
@section('scripts') @stop @endsection