@extends('layouts.admin')
@section('title') RELACION DE CUENTAS NUEVAS COBRADAS @stop
@section('titulo') RELACION DE CUENTAS NUEVAS COBRADAS @stop
{{--@section('libros-opcion')active @stop--}}
@section('acciones')
{{-- Nueva Remision--}}
@stop
@section('descripcion')
- Inicio
- COBRANZA
- REPORTES
- RELACION DE CUENTAS NUEVAS COBRADAS
@stop
@section('content')
@if(count($datos)>0)
{{-- --}}
@endif
@if(count($datos)>0)
@include('cobranza.reportes.cuentasnuevas.tabla')
{{-- @include('almacen.reportes.tabla-movimiento')--}}
@else
NO SE ENCONTRARON REGISTROS.
@endif
@section('scripts')
@stop
@endsection