@extends('adminlte::page') @section('content_header')

Bienvenido: {{ Auth::user()->name }}


@stop @section('content')
Roles registrado {{$total_roles}} roles
Usuarios registrado {{$total_usuarios}} usuarios
Categorías registrado {{$total_categorias}} categorías
Productos registrado {{$total_productos}} productos
Proveedores registrado {{$total_proveedores}} proveedores
Compras registrado {{$total_compras}} compras
Clientes registrado {{$total_clientes}} clientes
Arqueos registrado {{$total_arqueos}} arqueos

Total cantidad de ventas

Total costo de ventas

@stop @section('css') @stop @section('js') @stop