@extends('layouts.app') @section('content')

Dashboard General

Áreas: {{ $areas }}

Empleados activos: {{ $empleados }}

Marcaciones hoy: {{ $marcacionesHoy }}

Presentes hoy: {{ $presentes }}

@if(isset($alertasPendientes) && $alertasPendientes->count())

Alertas pendientes

@endif @endsection