@extends('layouts.app') @section('title', 'Calendário') @section('page-title', 'Calendário') @push('styles') @endpush @section('content')

{{ $statistics['today'] }}

Hoje

{{ $statistics['this_week'] }}

Esta Semana

{{ $statistics['pending'] }}

Pendentes

{{ $statistics['overdue'] }}

Em Atraso

Calendário
Lista Novo Evento
Compromisso
Tarefa
Lembrete
Reunião
Prazo
@endsection @push('scripts') @endpush