@extends('adminlte::page')
@section('title', 'Dashboard | INDAVES')
@section('content_header')
Dashboard
@stop
@section('content')
{{ $countUser }}
USUARIOS
{{ $countOIngreso }}
ORDENES DE INGRESO
{{ $countODespacho }}
ORDENES DE DESPACHO
{{--
--}}
@stop
@section('css')
@stop
@section('js')
@stop