@extends('layouts.admin')
@section('title') ASIGNACIONES POR COBRADOR AL INICIO Y AL CIERRE @stop
@section('titulo') ASIGNACIONES POR COBRADOR AL INICIO Y AL CIERRE @stop
{{--@section('libros-opcion')active @stop--}}
@section('acciones')
{{-- Nueva Remision--}}
@stop
@section('descripcion')
- Inicio
- COBRANZA
- REPORTES
- ASIGNACIONES POR COBRADOR AL INICIO Y AL CIERRE
@stop
@section('content')
@if(count($datos)>0)
@endif
@if(count($datos)>0)
@endif
@if(count($datos)>0)
@include('cobranza.reportes.asignaciones.tabla')
{{-- @include('almacen.reportes.tabla-movimiento')--}}
@else
NO SE ENCONTRARON REGISTROS.
@endif
@section('scripts')
@stop
@endsection