@extends('layouts.admin') @section('title') Planilla Produccion @stop @section('titulo') PLANILLA DE PRODUCCION @stop {{--@section('libros-opcion')active @stop--}} @section('acciones') {{-- Nueva Remision--}} @stop @section('descripcion') @stop @section('content')
{!! csrf_field() !!}
@if(count($datos)>0)
EXCEL PDF
@endif
@if(count($datos)>0) @else

NO SE ENCONTRARON REGISTROS.

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