@extends('layouts.app')
@section('title', 'Dashboard')
@section('page-title', 'Dashboard')
@section('breadcrumb')
Dashboard
@endsection
@section('content')
{{ \App\Models\Empresa::count() }}
Empresas
{{ \App\Models\UnidadeEmpresarial::count() }}
Unidades Empresariais
{{ \App\Models\Dispositivo::count() }}
Dispositivos WhatsApp
{{ \App\Models\Contato::count() }}
Contatos
@endsection