@extends('layouts.admin') @section('title') Produccion Mensual @stop @section('titulo') PRODUCCION MENSUAL @stop @section('descripcion') @stop @section('content') @if(count($datos)>0)
@endif
@if(count($datos)>0) @include('ventas.reportes.produccion_mensual.tabla') @else

NO SE ENCONTRARON REGISTROS.

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