@extends('layouts.admin')
@section('title') Agenda @stop
@section('titulo') AGENDA @stop
{{--@section('libros-opcion')active @stop--}}
@section('acciones')
{{-- Nueva Remision--}}
@stop
@section('descripcion')
- Inicio
- Ventas
- Reportes
- COBRO CUOTAS INICIALES
@stop
@section('content')
@if(count($datos)>0)
@endif
@if(count($datos)>0)
@include('ventas.reportes.agenda.tabla-agenda')
{{-- @include('almacen.reportes.tabla-movimiento')--}}
@else
NO SE ENCONTRARON REGISTROS.
@endif
@section('scripts')
@stop
@endsection