@extends('layouts.skeleton') @section('content')
{{ trans('people.people_list_last_updated') }}
{{ trans('people.people_list_last_updated') }}
@foreach($lastUpdatedContacts as $contact)
@endforeach
{{-- Main section --}}

📅 {{ trans('dashboard.reminders_next_months') }}

@include('dashboard._monthReminder', ['reminderOutboxesList' => $reminderOutboxes])

☀️ {{ trans('dashboard.product_changes') }} {{ trans('dashboard.product_view_details') }}

    @foreach ($changelogs as $changelog)
  • {{ $changelog['date'] }} {{ $changelog['title'] }}
  • @endforeach
  • {{ $number_of_contacts }} {{ trans('dashboard.statistics_contacts') }}
  • {{ $number_of_activities }} {{ trans('dashboard.statistics_activities') }}
  • {{ $number_of_gifts }} {{ trans('dashboard.statistics_gifts') }}
@endsection