@extends('layouts.reportes')
@if($estilos)
@section('styles')
@include('includes.estilos-reportes')
@stop
@endif
@section('content')
@include('includes.logo',['width'=>150])
PLANILLA DE PRODUCCION GENERAL DE VENTAS
@include('ventas.reportes.planilla_produccion.tabla_produccion')
@stop