@extends('layouts.app') @section('title', 'Dashboard') @section('page-title', 'Overview') @section('content') {{-- Stats Cards --}}
{{ $card['label'] }}
{{ $card['value'] }}
Connect your accounts to get started
Link Gmail and WhatsApp to start syncing conversations.
{{ $conv->contact_name ?: $conv->contact_identifier }}
{{ $conv->last_message_at?->diffForHumans() }}
{{ $conv->subject }}
@endif{{ $conv->snippet }}
🎉 No pending replies. All caught up!
{{ $commitment->description }}
No pending commitments
{{ $task->title }}
@if($task->due_date)Due {{ $task->due_date->format('M d') }}
@endifNo follow-ups needed
{{ $conv->contact_name ?: $conv->contact_identifier }}
@if($conv->source === 'gmail') Gmail @else WhatsApp @endif @if($conv->has_pending_reply) Reply needed @endif{{ $conv->snippet }}
{{ $conv->last_message_at?->diffForHumans() }}
@emptyNo conversations yet
Connect Gmail or WhatsApp to start syncing.