@extends('layouts.admin')
@section('title') Comportamieto de Ventas @stop
@section('titulo') COMPORTAMIENTO DE VENTAS @stop
@section('descripcion')
- Inicio
- Ventas
- Reportes
- COMPORTAMIENTIO DE VENTAS
@stop
@section('content')
@if(count($datos)>0)
@endif
@if(count($datos)>0)
@include('ventas.reportes.comportamiento_ventas.tabla')
@else
NO SE ENCONTRARON REGISTROS.
@endif
@section('scripts')
@stop
@endsection