@extends('layouts.admin') @section('title') PLANILLA DE PRODUCCION GENERAL DE VENTAS @stop @section('titulo') PLANILLA DE PRODUCCION GENERAL DE VENTAS @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') {{-- Nueva Remision--}} @stop @section('descripcion') @stop @section('content')
{{ csrf_field()}}
@if(count($datos)>0)
{{ csrf_field()}}
@endif
@if(count($datos)>0) @include('ventas.reportes.planilla_produccion.tabla_produccion') @else

NO SE ENCONTRARON REGISTROS.

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