@extends('layouts.admin') @section('title') Comportamieto de Ventas @stop @section('titulo') COMPORTAMIENTO DE VENTAS @stop @section('descripcion') @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