@extends('layouts.admin') @section('title') RELACION DE CUENTAS POR DESCUENTO PRONTO PAGO @stop @section('titulo') RELACION DE CUENTAS POR DESCUENTO PRONTO PAGO @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('cobranza.reportes.prontopago.tabla') {{-- @include('almacen.reportes.tabla-movimiento')--}} @else

NO SE ENCONTRARON REGISTROS.

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