@extends('layouts.admin')
@section('title') Produccion Mensual @stop
@section('titulo') PRODUCCION MENSUAL @stop
@section('descripcion')
- Inicio
- Ventas
- Reportes
- PRODUCCION MENSUAL
@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