{{-- resources/views/livewire/pages/dashboard.blade.php --}} @extends('layouts.dashboard') @section('title', 'Dashboard - PangoQ') @section('content')
Here's what's happening with your trips today.
{{ now()->format('l, F j, Y') }}
Total Savings
${{ number_format($wallet['balance'] ?? 0, 2) }}
Active Trips
{{ $stats['trips_planned'] ?? 0 }}
Travel Buddies
{{ $stats['friends_onboarded'] ?? 0 }}
Goal Progress
{{ $wallet['progress_percentage'] ?? 0 }}%
People you've invited to help plan your trips
{{ $member->name }}
Planning Helper{{ $member->email }}
{{ $member->trip_title }}
Planning Helpers vs Travelers
These are people you've invited to help plan your trips. The actual travelers ({{ $upcomingTrips->first()->travelers ?? 0 }} people) are shown in your trip details.
Start planning your dream trip and invite friends to join you!
Plan Your First Trip{{ $member->name }}
{{ $member->email }}
{{ $member->trip_title }}
{{ $activity->date->diffForHumans() }} • {{ $activity->trip ?? 'Trip' }}
Trip funding updated!
@elseif($activity->type ?? '' === 'friend_joined')New member joined
@elseTrip details updated
@endif{{ $trip->destination }}
{{ $trip->start_date->format('M j') }} - {{ $trip->end_date->format('M j, Y') }}
Current Balance
${{ number_format($wallet['balance'] ?? 0, 2) }}
of ${{ number_format($wallet['target_amount'] ?? 0, 2) }} goal
{{ $transaction->type ?? 'Transaction' }}
{{ $transaction->created_at->diffForHumans() }}
Invited by {{ $invitation->invited_by }}
Expires {{ $invitation->expires_at->format('M j, Y') }}
Book flights 6-8 weeks in advance for domestic trips and 2-8 months for international travel to get the best deals!
Learn more travel tips →